From 60087fb45092d9c199cea162e58d9193c7c1558c Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 30 Dec 2002 22:04:23 +0000 Subject: Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both 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). --- Mac/Lib/Carbon/Help.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Mac/Lib/Carbon/Help.py (limited to 'Mac/Lib/Carbon/Help.py') diff --git a/Mac/Lib/Carbon/Help.py b/Mac/Lib/Carbon/Help.py deleted file mode 100644 index 5fca0d7fd7..0000000000 --- a/Mac/Lib/Carbon/Help.py +++ /dev/null @@ -1 +0,0 @@ -from _Help import * -- cgit v1.2.1