(finally) unified the interpreter and the applet as Just suggested ages ago. The

resulting program is called PythonInterpreter.
This commit is contained in:
Jack Jansen 1999-02-14 23:12:06 +00:00
parent f32834c206
commit 3b8052685c
5 changed files with 7 additions and 14 deletions

View file

@ -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 '