summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/PixMapWrapper.py
diff options
context:
space:
mode:
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 72a64ba..b167cc2 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