commit | 5a6fdcd3718927109592c6df692fe24a8fdaee31 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Sat Aug 25 12:15:04 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Sat Aug 25 12:15:04 2001 +0000 |
tree | 3816c4cbfcf1533dee55a48a8eec2c3557ae44cc | |
parent | 6dba6bc0a226c2dd384d9311b9ad842be653c2b5 [diff] [blame] |
Import the MacOS toolbox modules from the Carbon package.
diff --git a/Mac/Lib/test/tte.py b/Mac/Lib/test/tte.py index 9e6bee4..bde7de2 100644 --- a/Mac/Lib/test/tte.py +++ b/Mac/Lib/test/tte.py
@@ -1,8 +1,8 @@ # Test TE module, simple version -from Win import * -from TE import * -import Qd +from Carbon.Win import * +from Carbon.TE import * +from Carbon import Qd r = (40, 40, 140, 140) w = NewWindow(r, "TETextBox test", 1, 0, -1, 1, 0x55555555)