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'
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to