From: Collin Winter Date: Tue, 28 Aug 2007 06:07:49 +0000 (+0000) Subject: Remove unneeded import. X-Git-Tag: v3.0a1~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d199ef14b577a71bb0ad6e69199151df94721ba;p=python Remove unneeded import. --- diff --git a/Lib/plat-mac/findertools.py b/Lib/plat-mac/findertools.py index aef016e8a8..bebd2a0d7d 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'