[Checkins] SVN: zope.componentvocabulary/trunk/src/zope/componentvocabulary/tests/test_configure.py fixes missing import

Thomas Lotze tl at gocept.com
Tue Feb 15 01:18:56 EST 2011


Log message for revision 120338:
  fixes missing import

Changed:
  U   zope.componentvocabulary/trunk/src/zope/componentvocabulary/tests/test_configure.py

-=-
Modified: zope.componentvocabulary/trunk/src/zope/componentvocabulary/tests/test_configure.py
===================================================================
--- zope.componentvocabulary/trunk/src/zope/componentvocabulary/tests/test_configure.py	2011-02-14 23:27:40 UTC (rev 120337)
+++ zope.componentvocabulary/trunk/src/zope/componentvocabulary/tests/test_configure.py	2011-02-15 06:18:55 UTC (rev 120338)
@@ -14,6 +14,7 @@
 
 import unittest
 import zope.component
+import zope.componentvocabulary
 import zope.configuration.xmlconfig
 
 



More information about the checkins mailing list