Wrapper modules underound the toolbox modules, which now have an _ prepended.

This commit is contained in:
Jack Jansen 2001-08-23 14:13:06 +00:00
parent 25a5bd7708
commit cf144b0e9e
23 changed files with 23 additions and 0 deletions

1
Mac/Lib/Carbon/AE.py Normal file
View File

@ -0,0 +1 @@
from _AE import *

1
Mac/Lib/Carbon/App.py Normal file
View File

@ -0,0 +1 @@
from _App import *

1
Mac/Lib/Carbon/CF.py Normal file
View File

@ -0,0 +1 @@
from _CF import *

1
Mac/Lib/Carbon/Cm.py Normal file
View File

@ -0,0 +1 @@
from _Cm import *

1
Mac/Lib/Carbon/Ctl.py Normal file
View File

@ -0,0 +1 @@
from _Ctl import *

1
Mac/Lib/Carbon/Dlg.py Normal file
View File

@ -0,0 +1 @@
from _Dlg import *

1
Mac/Lib/Carbon/Drag.py Normal file
View File

@ -0,0 +1 @@
from _Drag import *

1
Mac/Lib/Carbon/Evt.py Normal file
View File

@ -0,0 +1 @@
from _Evt import *

1
Mac/Lib/Carbon/Fm.py Normal file
View File

@ -0,0 +1 @@
from _Fm import *

1
Mac/Lib/Carbon/Help.py Normal file
View File

@ -0,0 +1 @@
from _Help import *

1
Mac/Lib/Carbon/Icn.py Normal file
View File

@ -0,0 +1 @@
from _Icn import *

1
Mac/Lib/Carbon/List.py Normal file
View File

@ -0,0 +1 @@
from _List import *

1
Mac/Lib/Carbon/Menu.py Normal file
View File

@ -0,0 +1 @@
from _Menu import *

1
Mac/Lib/Carbon/Mlte.py Normal file
View File

@ -0,0 +1 @@
from _Mlte import *

1
Mac/Lib/Carbon/Qd.py Normal file
View File

@ -0,0 +1 @@
from _Qd import *

1
Mac/Lib/Carbon/Qdoffs.py Normal file
View File

@ -0,0 +1 @@
from _Qdoffs import *

1
Mac/Lib/Carbon/Qt.py Normal file
View File

@ -0,0 +1 @@
from _Qt import *

1
Mac/Lib/Carbon/Res.py Normal file
View File

@ -0,0 +1 @@
from _Res import *

1
Mac/Lib/Carbon/Scrap.py Normal file
View File

@ -0,0 +1 @@
from _Scrap import *

1
Mac/Lib/Carbon/Snd.py Normal file
View File

@ -0,0 +1 @@
from _Snd import *

View File

@ -0,0 +1 @@
from _Sndihooks import *

1
Mac/Lib/Carbon/TE.py Normal file
View File

@ -0,0 +1 @@
from _TE import *

1
Mac/Lib/Carbon/Win.py Normal file
View File

@ -0,0 +1 @@
from _Win import *