[Zope-Checkins]
SVN: Products.Five/branches/philikon-local-components/metaconfigure.py
added missing import
Philipp von Weitershausen
philikon at philikon.de
Wed Apr 19 13:34:21 EDT 2006
Log message for revision 67156:
added missing import
Changed:
U Products.Five/branches/philikon-local-components/metaconfigure.py
-=-
Modified: Products.Five/branches/philikon-local-components/metaconfigure.py
===================================================================
--- Products.Five/branches/philikon-local-components/metaconfigure.py 2006-04-19 17:34:11 UTC (rev 67155)
+++ Products.Five/branches/philikon-local-components/metaconfigure.py 2006-04-19 17:34:21 UTC (rev 67156)
@@ -15,6 +15,7 @@
$Id$
"""
+import warnings
from Products.Five.security import CheckerPublic, protectName
from Globals import InitializeClass as initializeClass
import zope.app.component.contentdirective
More information about the Zope-Checkins
mailing list