commit | 1f6176e794a2600a48ca6a3e78b6e49c0577177f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Feb 06 23:54:43 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Feb 06 23:54:43 2010 +0000 |
tree | d936700c13e8d65c4f2f48d48ca958da50dcf941 | |
parent | 7e1902bced615e3a1a88f01c5fd899602301043a [diff] [blame] |
Fix some name errors in Mac modules.
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 @@ from Carbon import Res from Carbon import File, Files import os +import errno import MacOS try: openrf = MacOS.openrf