Files
cpython/Lib/lib2to3/tests/data/false_encoding.py
Serhiy Storchaka e0ed2d75c8 Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.
2014-01-16 18:59:17 +02:00

3 lines
40 B
Python
Executable File

#!/usr/bin/env python
print '#coding=0'