[Checkins] SVN: zc.intid/trunk/src/zc/intid/utility.py we can't use zope.location if we don't depend on it, and we don't need to

Fred Drake fdrake at gmail.com
Fri Nov 20 14:09:41 EST 2009


Log message for revision 105923:
  we can't use zope.location if we don't depend on it, and we don't need to
  

Changed:
  U   zc.intid/trunk/src/zc/intid/utility.py

-=-
Modified: zc.intid/trunk/src/zc/intid/utility.py
===================================================================
--- zc.intid/trunk/src/zc/intid/utility.py	2009-11-20 18:54:36 UTC (rev 105922)
+++ zc.intid/trunk/src/zc/intid/utility.py	2009-11-20 19:09:40 UTC (rev 105923)
@@ -26,7 +26,6 @@
 import zc.intid
 import zope.event
 import zope.interface
-import zope.location
 import zope.security.proxy
 
 
@@ -43,12 +42,8 @@
 
     zope.interface.implements(
         zc.intid.IIntIds,
-        zc.intid.IIntIdsSubclass,
-        zope.location.ILocation)
+        zc.intid.IIntIdsSubclass)
 
-    __parent__ = None
-    __name__ = None
-
     _v_nextid = None
 
     _randrange = random.randrange



More information about the checkins mailing list