summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/test/cmtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/test/cmtest.py')
-rw-r--r--Mac/Lib/test/cmtest.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/Lib/test/cmtest.py b/Mac/Lib/test/cmtest.py
index 7170424..bdbca23 100644
--- a/Mac/Lib/test/cmtest.py
+++ b/Mac/Lib/test/cmtest.py
@@ -1,8 +1,8 @@
"""cmtest - List all components in the system"""
-import Cm
-import Res
-import sys
+from Carbon import Cm
+from Carbon import Res
+from Carbon import sys
def getstr255(r):
"""Get string from str255 resource"""