diff options
Diffstat (limited to 'Lib/plat-mac/Carbon')
-rw-r--r-- | Lib/plat-mac/Carbon/ControlAccessor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/Carbon/ControlAccessor.py b/Lib/plat-mac/Carbon/ControlAccessor.py index 7833b16..fcf44af 100644 --- a/Lib/plat-mac/Carbon/ControlAccessor.py +++ b/Lib/plat-mac/Carbon/ControlAccessor.py @@ -1,6 +1,6 @@ # Accessor functions for control properties -from Controls import * +from Carbon.Controls import * import struct # These needn't go through this module, but are here for completeness |