From 6d199ef14b577a71bb0ad6e69199151df94721ba Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Tue, 28 Aug 2007 06:07:49 +0000 Subject: [PATCH] Remove unneeded import. --- Lib/plat-mac/findertools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/plat-mac/findertools.py b/Lib/plat-mac/findertools.py index aef016e8a89..bebd2a0d7dd 100644 --- a/Lib/plat-mac/findertools.py +++ b/Lib/plat-mac/findertools.py @@ -22,7 +22,6 @@ import Carbon.File import Carbon.Folder import aetypes -from types import * __version__ = '1.1' Error = 'findertools.Error'