diff options
author | Guido van Rossum <guido@python.org> | 1998-08-12 02:38:11 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-12 02:38:11 +0000 |
commit | e03c05059534b4783c5631517cb16f79531358e8 (patch) | |
tree | 82285bf56d90ac5c062f328516a959dd416b8e45 /Lib/dos-8x3/py_compi.py | |
parent | 887d072cc04be23e6758257b326499bd1572b929 (diff) | |
download | cpython-git-e03c05059534b4783c5631517cb16f79531358e8.tar.gz |
The usual.
Diffstat (limited to 'Lib/dos-8x3/py_compi.py')
-rwxr-xr-x | Lib/dos-8x3/py_compi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/dos-8x3/py_compi.py b/Lib/dos-8x3/py_compi.py index 949de6ca8b..98b3b21f1a 100755 --- a/Lib/dos-8x3/py_compi.py +++ b/Lib/dos-8x3/py_compi.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') |