[Checkins] SVN: zope.interface/branches/regebro-python3/ Minor cleanups.

Lennart Regebro regebro at gmail.com
Sat Sep 12 12:45:30 EDT 2009


Log message for revision 103875:
  Minor cleanups.
  

Changed:
  U   zope.interface/branches/regebro-python3/build_ext_3.py
  U   zope.interface/branches/regebro-python3/src/zope/interface/declarations.py

-=-
Modified: zope.interface/branches/regebro-python3/build_ext_3.py
===================================================================
--- zope.interface/branches/regebro-python3/build_ext_3.py	2009-09-12 16:40:24 UTC (rev 103874)
+++ zope.interface/branches/regebro-python3/build_ext_3.py	2009-09-12 16:45:30 UTC (rev 103875)
@@ -167,4 +167,4 @@
                         self.possible_doctests.append(res[0])
     
 except ImportError:
-    pass
\ No newline at end of file
+    pass

Modified: zope.interface/branches/regebro-python3/src/zope/interface/declarations.py
===================================================================
--- zope.interface/branches/regebro-python3/src/zope/interface/declarations.py	2009-09-12 16:40:24 UTC (rev 103874)
+++ zope.interface/branches/regebro-python3/src/zope/interface/declarations.py	2009-09-12 16:45:30 UTC (rev 103875)
@@ -32,7 +32,6 @@
 import weakref
 from zope.interface.interface import InterfaceClass, Specification
 from ro import mergeOrderings, ro
-from zope.interface import exceptions
 from types import ModuleType, MethodType, FunctionType
 from zope.interface.advice import addClassAdvisor
 



More information about the checkins mailing list