[Checkins] SVN: zope.location/trunk/src/zope/location/pickling.py cleaned up imports

Thomas Lotze tl at gocept.com
Thu Sep 17 10:48:17 EDT 2009


Log message for revision 104228:
  cleaned up imports

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

-=-
Modified: zope.location/trunk/src/zope/location/pickling.py
===================================================================
--- zope.location/trunk/src/zope/location/pickling.py	2009-09-17 14:45:25 UTC (rev 104227)
+++ zope.location/trunk/src/zope/location/pickling.py	2009-09-17 14:48:17 UTC (rev 104228)
@@ -21,9 +21,8 @@
 from zope.copy.interfaces import ICopyHook, ResumeCopy
 from zope.interface import implements
 
-from zope.location.interfaces import ILocation, IRoot, ITraverser
+from zope.location.interfaces import ILocation
 from zope.location.location import inside
-from zope.location.traversing import LocationPhysicallyLocatable
 
 
 class LocationCopyHook(object):



More information about the checkins mailing list