[Checkins] SVN: zc.ngi/trunk/src/zc/ngi/interfaces.py Removed some debugging hackery.

Jim Fulton jim at zope.com
Mon Jul 5 18:21:41 EDT 2010


Log message for revision 114221:
  Removed some debugging hackery.
  

Changed:
  U   zc.ngi/trunk/src/zc/ngi/interfaces.py

-=-
Modified: zc.ngi/trunk/src/zc/ngi/interfaces.py
===================================================================
--- zc.ngi/trunk/src/zc/ngi/interfaces.py	2010-07-05 22:20:58 UTC (rev 114220)
+++ zc.ngi/trunk/src/zc/ngi/interfaces.py	2010-07-05 22:21:41 UTC (rev 114221)
@@ -21,7 +21,6 @@
 moduleProvides = implements
 
 try:
-    raise ImportError
     from zope.interface import Interface, Attribute, implements, moduleProvides
 except ImportError:
     pass



More information about the checkins mailing list