[Checkins] SVN: zope.location/trunk/src/zope/location/traversing.py Remove unused import.

Dan Korostelev nadako at gmail.com
Sun Feb 8 18:09:36 EST 2009


Log message for revision 96292:
  Remove unused import.

Changed:
  U   zope.location/trunk/src/zope/location/traversing.py

-=-
Modified: zope.location/trunk/src/zope/location/traversing.py
===================================================================
--- zope.location/trunk/src/zope/location/traversing.py	2009-02-08 23:08:16 UTC (rev 96291)
+++ zope.location/trunk/src/zope/location/traversing.py	2009-02-08 23:09:36 UTC (rev 96292)
@@ -20,8 +20,7 @@
 import zope.component
 import zope.interface
 from zope.location.interfaces import ILocationInfo
-from zope.location.interfaces import IRoot, ITraverser
-from zope.location.interfaces import ILocation, ISite
+from zope.location.interfaces import ILocation, IRoot, ISite
 from zope.location.location import Location
 
 



More information about the Checkins mailing list