diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-02-14 23:12:06 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-02-14 23:12:06 (GMT) |
commit | 3b8052685c87e6564a3a4c37954ac2d96fcd6478 (patch) | |
tree | 06a49205a530e7185b524ec399bbc22fcf824cd9 /Mac/Lib | |
parent | f32834c20638fc2b260c202c7bd9f0af2fba191e (diff) | |
download | cpython-3b8052685c87e6564a3a4c37954ac2d96fcd6478.zip cpython-3b8052685c87e6564a3a4c37954ac2d96fcd6478.tar.gz cpython-3b8052685c87e6564a3a4c37954ac2d96fcd6478.tar.bz2 |
(finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.
Diffstat (limited to 'Mac/Lib')
-rw-r--r-- | Mac/Lib/buildtools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/buildtools.py b/Mac/Lib/buildtools.py index 3dcb6ae..badd8a1 100644 --- a/Mac/Lib/buildtools.py +++ b/Mac/Lib/buildtools.py @@ -22,7 +22,7 @@ DEBUG=1 MAGIC = imp.get_magic() # Template file (searched on sys.path) -TEMPLATE = "PythonApplet" +TEMPLATE = "PythonInterpreter" # Specification of our resource RESTYPE = 'PYC ' |