summaryrefslogtreecommitdiff
path: root/Mac/Lib/PixMapWrapper.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-25 12:15:04 +0000
committerJack Jansen <jack.jansen@cwi.nl>2001-08-25 12:15:04 +0000
commit5a6fdcd3718927109592c6df692fe24a8fdaee31 (patch)
tree3816c4cbfcf1533dee55a48a8eec2c3557ae44cc /Mac/Lib/PixMapWrapper.py
parent6dba6bc0a226c2dd384d9311b9ad842be653c2b5 (diff)
downloadcpython-git-5a6fdcd3718927109592c6df692fe24a8fdaee31.tar.gz
Import the MacOS toolbox modules from the Carbon package.
Diffstat (limited to 'Mac/Lib/PixMapWrapper.py')
-rw-r--r--Mac/Lib/PixMapWrapper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/PixMapWrapper.py b/Mac/Lib/PixMapWrapper.py
index 72a64ba0b9..b167cc2688 100644
--- a/Mac/Lib/PixMapWrapper.py
+++ b/Mac/Lib/PixMapWrapper.py
@@ -5,8 +5,8 @@ Python Imaging Library Image object.
J. Strout <joe@strout.net> February 1999"""
-import Qd
-import QuickDraw
+from Carbon import Qd
+from Carbon import QuickDraw
import struct
import MacOS
import img