]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A new home for scripts/applets
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 29 Jul 1995 13:48:41 +0000 (13:48 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 29 Jul 1995 13:48:41 +0000 (13:48 +0000)
commit7571f30efe935bfddd2be3a8e716f2dda2e55f9e
tree9df641c104c73ec7a319e150ca2ae07613bd8f88
parent0db1ef96aca3f8ba369080021974ccc1436d395a
A new home for scripts/applets
EditPythonPrefs - Edit the preferences file (sys.path, python home)
PackLibDir - Convert a sys.path directory to a resource file
RunLibScript - import a module and run as __main__
mkapplet - Create a python applet

The resource files belonging to these should also be stored here, somehow..
Mac/scripts/BuildApplet.py [new file with mode: 0644]
Mac/scripts/EditPythonPrefs.py [new file with mode: 0644]
Mac/scripts/PackLibDir.py [new file with mode: 0644]
Mac/scripts/RunLibScript.py [new file with mode: 0644]