summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/macostools.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-06 23:54:43 (GMT)
committerGeorg Brandl <georg@python.org>2010-02-06 23:54:43 (GMT)
commit1f6176e794a2600a48ca6a3e78b6e49c0577177f (patch)
treed936700c13e8d65c4f2f48d48ca958da50dcf941 /Lib/plat-mac/macostools.py
parent7e1902bced615e3a1a88f01c5fd899602301043a (diff)
downloadcpython-1f6176e794a2600a48ca6a3e78b6e49c0577177f.zip
cpython-1f6176e794a2600a48ca6a3e78b6e49c0577177f.tar.gz
cpython-1f6176e794a2600a48ca6a3e78b6e49c0577177f.tar.bz2
Fix some name errors in Mac modules.
Diffstat (limited to 'Lib/plat-mac/macostools.py')
-rw-r--r--Lib/plat-mac/macostools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/plat-mac/macostools.py b/Lib/plat-mac/macostools.py
index 337cc7f..395001d 100644
--- a/Lib/plat-mac/macostools.py
+++ b/Lib/plat-mac/macostools.py
@@ -10,6 +10,7 @@ warnpy3k("In 3.x, the macostools module is removed.", stacklevel=2)
from Carbon import Res
from Carbon import File, Files
import os
+import errno
import MacOS
try:
openrf = MacOS.openrf