[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/util.py removed unused import

Andreas Jung andreas at andreas-jung.com
Sat Mar 5 07:38:08 EST 2005


Log message for revision 29400:
  removed unused import
  
  

Changed:
  U   Zope/trunk/lib/python/Products/PluginIndexes/common/util.py

-=-
Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/util.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/common/util.py	2005-03-04 22:04:19 UTC (rev 29399)
+++ Zope/trunk/lib/python/Products/PluginIndexes/common/util.py	2005-03-05 12:38:07 UTC (rev 29400)
@@ -14,7 +14,6 @@
 __version__ = '$Id$'
 
 
-import re
 from warnings import warn
 from types import StringType,ListType,TupleType,DictType,InstanceType
 from DateTime import DateTime



More information about the Zope-Checkins mailing list