[Checkins] SVN: z3c.zalchemy/trunk/src/z3c/zalchemy/container.py Added more missing imports.

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


Log message for revision 72043:
  Added more missing imports.
  

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 07:55:10 UTC (rev 72042)
+++ z3c.zalchemy/trunk/src/z3c/zalchemy/container.py	2007-01-16 08:01:22 UTC (rev 72043)
@@ -24,6 +24,7 @@
 from zope.exceptions.interfaces import UserError
 
 from zope import interface
+from zope.interfaces import directlyProvides, directlyProvidedBy
 from zope.configuration.name import resolve
 
 import sqlalchemy



More information about the Checkins mailing list