summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-417/+0
| | | | | | | in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).
* Regenerated with OSA class inheritance and fix for non-ascii chars.Jack Jansen2002-08-071-27/+40
|
* Regenerated to take advantage of new _builtinSuites package.Jack Jansen2002-01-221-41/+40
|
* The package with standard suites. These are used separately and as base ↵Jack Jansen2000-08-171-0/+405
classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package).