diff options
Diffstat (limited to 'Mac/Lib/py_resource.py')
-rw-r--r-- | Mac/Lib/py_resource.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/py_resource.py b/Mac/Lib/py_resource.py index 85d67e5..0faf1f1 100644 --- a/Mac/Lib/py_resource.py +++ b/Mac/Lib/py_resource.py @@ -1,6 +1,6 @@ """Creation of PYC resources""" import os -import Res +from Carbon import Res import __builtin__ READ = 1 |