summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/Carbon
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-03 07:27:49 (GMT)
committerGeorg Brandl <georg@python.org>2007-09-03 07:27:49 (GMT)
commitc76473d887c446dd9693f6549a59bff53b4d5ef6 (patch)
tree023b4d4cf56a080655082277f606efacaa0bcf99 /Lib/plat-mac/Carbon
parente4ac7504c9fb005d81c710bff40777dc170694a8 (diff)
downloadcpython-c76473d887c446dd9693f6549a59bff53b4d5ef6.zip
cpython-c76473d887c446dd9693f6549a59bff53b4d5ef6.tar.gz
cpython-c76473d887c446dd9693f6549a59bff53b4d5ef6.tar.bz2
Fix Mac build, patch #1091 by Humberto Diogenes.
Diffstat (limited to 'Lib/plat-mac/Carbon')
-rw-r--r--Lib/plat-mac/Carbon/ControlAccessor.py2
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