diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-25 12:15:04 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-25 12:15:04 (GMT) |
commit | 5a6fdcd3718927109592c6df692fe24a8fdaee31 (patch) | |
tree | 3816c4cbfcf1533dee55a48a8eec2c3557ae44cc /Mac/IDE scripts | |
parent | 6dba6bc0a226c2dd384d9311b9ad842be653c2b5 (diff) | |
download | cpython-5a6fdcd3718927109592c6df692fe24a8fdaee31.zip cpython-5a6fdcd3718927109592c6df692fe24a8fdaee31.tar.gz cpython-5a6fdcd3718927109592c6df692fe24a8fdaee31.tar.bz2 |
Import the MacOS toolbox modules from the Carbon package.
Diffstat (limited to 'Mac/IDE scripts')
-rw-r--r-- | Mac/IDE scripts/Widget demos/ModalDialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/IDE scripts/Widget demos/ModalDialog.py b/Mac/IDE scripts/Widget demos/ModalDialog.py index 683a76a..801dfd4 100644 --- a/Mac/IDE scripts/Widget demos/ModalDialog.py +++ b/Mac/IDE scripts/Widget demos/ModalDialog.py @@ -1,5 +1,5 @@ import W -import Windows +from Carbon import Windows w = W.ModalDialog((100, 100)) |