mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Wrapper modules underound the toolbox modules, which now have an _ prepended.
This commit is contained in:
parent
25a5bd7708
commit
cf144b0e9e
23 changed files with 23 additions and 0 deletions
1
Mac/Lib/Carbon/AE.py
Normal file
1
Mac/Lib/Carbon/AE.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _AE import *
|
1
Mac/Lib/Carbon/App.py
Normal file
1
Mac/Lib/Carbon/App.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _App import *
|
1
Mac/Lib/Carbon/CF.py
Normal file
1
Mac/Lib/Carbon/CF.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _CF import *
|
1
Mac/Lib/Carbon/Cm.py
Normal file
1
Mac/Lib/Carbon/Cm.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Cm import *
|
1
Mac/Lib/Carbon/Ctl.py
Normal file
1
Mac/Lib/Carbon/Ctl.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Ctl import *
|
1
Mac/Lib/Carbon/Dlg.py
Normal file
1
Mac/Lib/Carbon/Dlg.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Dlg import *
|
1
Mac/Lib/Carbon/Drag.py
Normal file
1
Mac/Lib/Carbon/Drag.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Drag import *
|
1
Mac/Lib/Carbon/Evt.py
Normal file
1
Mac/Lib/Carbon/Evt.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Evt import *
|
1
Mac/Lib/Carbon/Fm.py
Normal file
1
Mac/Lib/Carbon/Fm.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Fm import *
|
1
Mac/Lib/Carbon/Help.py
Normal file
1
Mac/Lib/Carbon/Help.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Help import *
|
1
Mac/Lib/Carbon/Icn.py
Normal file
1
Mac/Lib/Carbon/Icn.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Icn import *
|
1
Mac/Lib/Carbon/List.py
Normal file
1
Mac/Lib/Carbon/List.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _List import *
|
1
Mac/Lib/Carbon/Menu.py
Normal file
1
Mac/Lib/Carbon/Menu.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Menu import *
|
1
Mac/Lib/Carbon/Mlte.py
Normal file
1
Mac/Lib/Carbon/Mlte.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Mlte import *
|
1
Mac/Lib/Carbon/Qd.py
Normal file
1
Mac/Lib/Carbon/Qd.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Qd import *
|
1
Mac/Lib/Carbon/Qdoffs.py
Normal file
1
Mac/Lib/Carbon/Qdoffs.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Qdoffs import *
|
1
Mac/Lib/Carbon/Qt.py
Normal file
1
Mac/Lib/Carbon/Qt.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Qt import *
|
1
Mac/Lib/Carbon/Res.py
Normal file
1
Mac/Lib/Carbon/Res.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Res import *
|
1
Mac/Lib/Carbon/Scrap.py
Normal file
1
Mac/Lib/Carbon/Scrap.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Scrap import *
|
1
Mac/Lib/Carbon/Snd.py
Normal file
1
Mac/Lib/Carbon/Snd.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Snd import *
|
1
Mac/Lib/Carbon/Sndihooks.py
Normal file
1
Mac/Lib/Carbon/Sndihooks.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Sndihooks import *
|
1
Mac/Lib/Carbon/TE.py
Normal file
1
Mac/Lib/Carbon/TE.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _TE import *
|
1
Mac/Lib/Carbon/Win.py
Normal file
1
Mac/Lib/Carbon/Win.py
Normal file
|
@ -0,0 +1 @@
|
|||
from _Win import *
|
Loading…
Add table
Add a link
Reference in a new issue