summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/EditPythonPrefs.py
Commit message (Collapse)AuthorAgeFilesLines
* Added region arg to update calls. And binhex files rebinhexed.Jack Jansen1996-04-101-47/+115
|
* Added support for editing override preferences in appletsJack Jansen1996-04-041-25/+132
|
* 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-2/+2
| | | | Renumbered resources to above 512
* A new home for scripts/appletsJack Jansen1995-07-291-0/+168
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..