mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
(finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.
This commit is contained in:
parent
f32834c206
commit
3b8052685c
5 changed files with 7 additions and 14 deletions
|
@ -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 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue