diff options
author | Collin Winter <collinw@gmail.com> | 2007-08-28 06:07:49 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-08-28 06:07:49 (GMT) |
commit | 6d199ef14b577a71bb0ad6e69199151df94721ba (patch) | |
tree | 3b4b9d086cb8b4f831702e1d8ddf75012000a51c /Lib/plat-mac | |
parent | 8ef94e8e883553f9051e76a2d20fd3f9bbedfb18 (diff) | |
download | cpython-6d199ef14b577a71bb0ad6e69199151df94721ba.zip cpython-6d199ef14b577a71bb0ad6e69199151df94721ba.tar.gz cpython-6d199ef14b577a71bb0ad6e69199151df94721ba.tar.bz2 |
Remove unneeded import.
Diffstat (limited to 'Lib/plat-mac')
-rw-r--r-- | Lib/plat-mac/findertools.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/plat-mac/findertools.py b/Lib/plat-mac/findertools.py index aef016e..bebd2a0 100644 --- a/Lib/plat-mac/findertools.py +++ b/Lib/plat-mac/findertools.py @@ -22,7 +22,6 @@ import sys import Carbon.File import Carbon.Folder import aetypes -from types import * __version__ = '1.1' Error = 'findertools.Error' |