summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wtext.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-27 10:54:55 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-27 10:54:55 (GMT)
commit4d3052acb0ccba3e5d3028f0c0f20812cbfd2ac2 (patch)
tree505680fb76209e48b08400d4d772594b21add3ed /Mac/Tools/IDE/Wtext.py
parent402d5985d8e4d1644943c63d507842649b472f1d (diff)
downloadcpython-4d3052acb0ccba3e5d3028f0c0f20812cbfd2ac2.zip
cpython-4d3052acb0ccba3e5d3028f0c0f20812cbfd2ac2.tar.gz
cpython-4d3052acb0ccba3e5d3028f0c0f20812cbfd2ac2.tar.bz2
A few forgotten "from Carbon"s.
Diffstat (limited to 'Mac/Tools/IDE/Wtext.py')
-rw-r--r--Mac/Tools/IDE/Wtext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/Wtext.py b/Mac/Tools/IDE/Wtext.py
index 6ca6015..68ba592 100644
--- a/Mac/Tools/IDE/Wtext.py
+++ b/Mac/Tools/IDE/Wtext.py
@@ -9,7 +9,7 @@ from Carbon import Events
from Carbon import Scrap
import string
-import Win
+from Carbon import Win
import Wbase
import Wkeys
import Wcontrols