[Python-3000-checkins] r57603 - in python/branches/py3k: Lib/plat-mac/findertools.py

collin.winter python-3000-checkins at python.org
Tue Aug 28 08:07:49 CEST 2007


Author: collin.winter
Date: Tue Aug 28 08:07:49 2007
New Revision: 57603

Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/plat-mac/findertools.py
Log:
Remove unneeded import.


Modified: python/branches/py3k/Lib/plat-mac/findertools.py
==============================================================================
--- python/branches/py3k/Lib/plat-mac/findertools.py	(original)
+++ python/branches/py3k/Lib/plat-mac/findertools.py	Tue Aug 28 08:07:49 2007
@@ -22,7 +22,6 @@
 import Carbon.File
 import Carbon.Folder
 import aetypes
-from types import *
 
 __version__ = '1.1'
 Error = 'findertools.Error'


More information about the Python-3000-checkins mailing list