summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-08-28 06:07:49 (GMT)
committerCollin Winter <collinw@gmail.com>2007-08-28 06:07:49 (GMT)
commit6d199ef14b577a71bb0ad6e69199151df94721ba (patch)
tree3b4b9d086cb8b4f831702e1d8ddf75012000a51c
parent8ef94e8e883553f9051e76a2d20fd3f9bbedfb18 (diff)
downloadcpython-6d199ef14b577a71bb0ad6e69199151df94721ba.zip
cpython-6d199ef14b577a71bb0ad6e69199151df94721ba.tar.gz
cpython-6d199ef14b577a71bb0ad6e69199151df94721ba.tar.bz2
Remove unneeded import.
-rw-r--r--Lib/plat-mac/findertools.py1
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'