summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/PackLibDir.py
Commit message (Collapse)AuthorAgeFilesLines
* Use py_resource moduleJack Jansen1996-05-311-46/+10
|
* Removed addpack calls for toolbox modules, re-binhexed resources (sigh)Jack Jansen1996-03-201-4/+0
|
* Changed MacOS creator code from PYTH to PythJack Jansen1996-02-211-1/+1
|
* Added prompts to various file-select dialogsJack Jansen1995-08-141-8/+4
| | | | Renumbered resources to above 512
* A new home for scripts/appletsJack Jansen1995-07-291-0/+93
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..