Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf144b0

Browse files
committed
Wrapper modules underound the toolbox modules, which now have an _ prepended.
1 parent 25a5bd7 commit cf144b0

23 files changed

Lines changed: 23 additions & 0 deletions

Mac/Lib/Carbon/AE.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _AE import *

Mac/Lib/Carbon/App.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _App import *

Mac/Lib/Carbon/CF.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _CF import *

Mac/Lib/Carbon/Cm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _Cm import *

Mac/Lib/Carbon/Ctl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _Ctl import *

Mac/Lib/Carbon/Dlg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _Dlg import *

Mac/Lib/Carbon/Drag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _Drag import *

Mac/Lib/Carbon/Evt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _Evt import *

Mac/Lib/Carbon/Fm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _Fm import *

Mac/Lib/Carbon/Help.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _Help import *

0 commit comments

Comments
 (0)