diff options
Diffstat (limited to 'lib/python2.7/lib2to3/tests/data/bom.py')
-rw-r--r-- | lib/python2.7/lib2to3/tests/data/bom.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python2.7/lib2to3/tests/data/bom.py b/lib/python2.7/lib2to3/tests/data/bom.py new file mode 100644 index 0000000..9bc3975 --- /dev/null +++ b/lib/python2.7/lib2to3/tests/data/bom.py @@ -0,0 +1,2 @@ +# coding: utf-8 +print "BOM BOOM!" |