diff options
Diffstat (limited to 'Lib/py_compile.py')
-rw-r--r-- | Lib/py_compile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/py_compile.py b/Lib/py_compile.py index 949de6c..98b3b21 100644 --- a/Lib/py_compile.py +++ b/Lib/py_compile.py @@ -65,4 +65,3 @@ def compile(file, cfile=None, dfile=None): if os.name == 'mac': import macfs macfs.FSSpec(cfile).SetCreatorType('Pyth', 'PYC ') - macfs.FSSpec(file).SetCreatorType('Pyth', 'TEXT') |