[Checkins] SVN: z3c.zalchemy/trunk/src/z3c/zalchemy/container.py Oops. Mis-spelled zope.interface. Got the wrong spelling from zope.interface.interfaces, where it's mis-spelled in one of the prose sections.

Michael Bernstein webmaven at cox.net
Tue Jan 16 03:25:01 EST 2007


Log message for revision 72045:
  Oops. Mis-spelled zope.interface. Got the wrong spelling from zope.interface.interfaces, where it's mis-spelled in one of the prose sections.
  

Changed:
  U   z3c.zalchemy/trunk/src/z3c/zalchemy/container.py

-=-
Modified: z3c.zalchemy/trunk/src/z3c/zalchemy/container.py
===================================================================
--- z3c.zalchemy/trunk/src/z3c/zalchemy/container.py	2007-01-16 08:12:14 UTC (rev 72044)
+++ z3c.zalchemy/trunk/src/z3c/zalchemy/container.py	2007-01-16 08:24:59 UTC (rev 72045)
@@ -24,7 +24,7 @@
 from zope.exceptions.interfaces import UserError
 
 from zope import interface
-from zope.interfaces import directlyProvides, directlyProvidedBy
+from zope.interface import directlyProvides, directlyProvidedBy
 from zope.configuration.name import resolve
 
 import sqlalchemy



More information about the Checkins mailing list