diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-23 14:13:06 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-23 14:13:06 (GMT) |
commit | cf144b0e9eca14f813d2abefd5748c2cf47b5772 (patch) | |
tree | 7e5441612cb9d96e2324e08248a0f0cd33927050 /Mac | |
parent | 25a5bd77083a359ea9afccef9de04f2d4fb57362 (diff) | |
download | cpython-cf144b0e9eca14f813d2abefd5748c2cf47b5772.zip cpython-cf144b0e9eca14f813d2abefd5748c2cf47b5772.tar.gz cpython-cf144b0e9eca14f813d2abefd5748c2cf47b5772.tar.bz2 |
Wrapper modules underound the toolbox modules, which now have an _ prepended.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Lib/Carbon/AE.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/App.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/CF.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Cm.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Ctl.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Dlg.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Drag.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Evt.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Fm.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Help.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Icn.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/List.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Menu.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Mlte.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Qd.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Qdoffs.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Qt.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Res.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Scrap.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Snd.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Sndihooks.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/TE.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/Win.py | 1 |
23 files changed, 23 insertions, 0 deletions
diff --git a/Mac/Lib/Carbon/AE.py b/Mac/Lib/Carbon/AE.py new file mode 100644 index 0000000..0f46017 --- /dev/null +++ b/Mac/Lib/Carbon/AE.py @@ -0,0 +1 @@ +from _AE import * diff --git a/Mac/Lib/Carbon/App.py b/Mac/Lib/Carbon/App.py new file mode 100644 index 0000000..cc0d46d --- /dev/null +++ b/Mac/Lib/Carbon/App.py @@ -0,0 +1 @@ +from _App import * diff --git a/Mac/Lib/Carbon/CF.py b/Mac/Lib/Carbon/CF.py new file mode 100644 index 0000000..4a784c0 --- /dev/null +++ b/Mac/Lib/Carbon/CF.py @@ -0,0 +1 @@ +from _CF import * diff --git a/Mac/Lib/Carbon/Cm.py b/Mac/Lib/Carbon/Cm.py new file mode 100644 index 0000000..3c8bc33 --- /dev/null +++ b/Mac/Lib/Carbon/Cm.py @@ -0,0 +1 @@ +from _Cm import * diff --git a/Mac/Lib/Carbon/Ctl.py b/Mac/Lib/Carbon/Ctl.py new file mode 100644 index 0000000..b9dc3ef --- /dev/null +++ b/Mac/Lib/Carbon/Ctl.py @@ -0,0 +1 @@ +from _Ctl import * diff --git a/Mac/Lib/Carbon/Dlg.py b/Mac/Lib/Carbon/Dlg.py new file mode 100644 index 0000000..7b22d84 --- /dev/null +++ b/Mac/Lib/Carbon/Dlg.py @@ -0,0 +1 @@ +from _Dlg import * diff --git a/Mac/Lib/Carbon/Drag.py b/Mac/Lib/Carbon/Drag.py new file mode 100644 index 0000000..a2349d7 --- /dev/null +++ b/Mac/Lib/Carbon/Drag.py @@ -0,0 +1 @@ +from _Drag import * diff --git a/Mac/Lib/Carbon/Evt.py b/Mac/Lib/Carbon/Evt.py new file mode 100644 index 0000000..7a5ffa6 --- /dev/null +++ b/Mac/Lib/Carbon/Evt.py @@ -0,0 +1 @@ +from _Evt import * diff --git a/Mac/Lib/Carbon/Fm.py b/Mac/Lib/Carbon/Fm.py new file mode 100644 index 0000000..0f42fdc --- /dev/null +++ b/Mac/Lib/Carbon/Fm.py @@ -0,0 +1 @@ +from _Fm import * diff --git a/Mac/Lib/Carbon/Help.py b/Mac/Lib/Carbon/Help.py new file mode 100644 index 0000000..5fca0d7 --- /dev/null +++ b/Mac/Lib/Carbon/Help.py @@ -0,0 +1 @@ +from _Help import * diff --git a/Mac/Lib/Carbon/Icn.py b/Mac/Lib/Carbon/Icn.py new file mode 100644 index 0000000..b04134c --- /dev/null +++ b/Mac/Lib/Carbon/Icn.py @@ -0,0 +1 @@ +from _Icn import * diff --git a/Mac/Lib/Carbon/List.py b/Mac/Lib/Carbon/List.py new file mode 100644 index 0000000..b0d6e22 --- /dev/null +++ b/Mac/Lib/Carbon/List.py @@ -0,0 +1 @@ +from _List import * diff --git a/Mac/Lib/Carbon/Menu.py b/Mac/Lib/Carbon/Menu.py new file mode 100644 index 0000000..075cb9d --- /dev/null +++ b/Mac/Lib/Carbon/Menu.py @@ -0,0 +1 @@ +from _Menu import * diff --git a/Mac/Lib/Carbon/Mlte.py b/Mac/Lib/Carbon/Mlte.py new file mode 100644 index 0000000..b81fbc5 --- /dev/null +++ b/Mac/Lib/Carbon/Mlte.py @@ -0,0 +1 @@ +from _Mlte import * diff --git a/Mac/Lib/Carbon/Qd.py b/Mac/Lib/Carbon/Qd.py new file mode 100644 index 0000000..227fe98 --- /dev/null +++ b/Mac/Lib/Carbon/Qd.py @@ -0,0 +1 @@ +from _Qd import * diff --git a/Mac/Lib/Carbon/Qdoffs.py b/Mac/Lib/Carbon/Qdoffs.py new file mode 100644 index 0000000..90a3d2c --- /dev/null +++ b/Mac/Lib/Carbon/Qdoffs.py @@ -0,0 +1 @@ +from _Qdoffs import * diff --git a/Mac/Lib/Carbon/Qt.py b/Mac/Lib/Carbon/Qt.py new file mode 100644 index 0000000..8a1585a --- /dev/null +++ b/Mac/Lib/Carbon/Qt.py @@ -0,0 +1 @@ +from _Qt import * diff --git a/Mac/Lib/Carbon/Res.py b/Mac/Lib/Carbon/Res.py new file mode 100644 index 0000000..174c040 --- /dev/null +++ b/Mac/Lib/Carbon/Res.py @@ -0,0 +1 @@ +from _Res import * diff --git a/Mac/Lib/Carbon/Scrap.py b/Mac/Lib/Carbon/Scrap.py new file mode 100644 index 0000000..0dcbd37 --- /dev/null +++ b/Mac/Lib/Carbon/Scrap.py @@ -0,0 +1 @@ +from _Scrap import * diff --git a/Mac/Lib/Carbon/Snd.py b/Mac/Lib/Carbon/Snd.py new file mode 100644 index 0000000..679f10b --- /dev/null +++ b/Mac/Lib/Carbon/Snd.py @@ -0,0 +1 @@ +from _Snd import * diff --git a/Mac/Lib/Carbon/Sndihooks.py b/Mac/Lib/Carbon/Sndihooks.py new file mode 100644 index 0000000..73a3d28 --- /dev/null +++ b/Mac/Lib/Carbon/Sndihooks.py @@ -0,0 +1 @@ +from _Sndihooks import * diff --git a/Mac/Lib/Carbon/TE.py b/Mac/Lib/Carbon/TE.py new file mode 100644 index 0000000..4351d7a --- /dev/null +++ b/Mac/Lib/Carbon/TE.py @@ -0,0 +1 @@ +from _TE import * diff --git a/Mac/Lib/Carbon/Win.py b/Mac/Lib/Carbon/Win.py new file mode 100644 index 0000000..2805772 --- /dev/null +++ b/Mac/Lib/Carbon/Win.py @@ -0,0 +1 @@ +from _Win import * |