[Zope3-checkins] CVS: Zope3/src/zope/app/schemagen/tests - test_typereg.py:1.4

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 15:24:47 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/schemagen/tests
In directory cvs.zope.org:/tmp/cvs-serv23881/src/zope/app/schemagen/tests

Modified Files:
	test_typereg.py 
Log Message:


Move schemgen interfaces into the package.




=== Zope3/src/zope/app/schemagen/tests/test_typereg.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/schemagen/tests/test_typereg.py:1.3	Wed Jun  4 06:46:38 2003
+++ Zope3/src/zope/app/schemagen/tests/test_typereg.py	Sat Mar 13 15:24:16 2004
@@ -102,7 +102,7 @@
             self.tr.represent(1), DefaultTypeRepresentation))
 
     def test_register(self):
-        from zope.app.interfaces.schemagen import ITypeRepresentation
+        from zope.app.schemagen.interfaces import ITypeRepresentation
         class IntRepresentation:
             implements(ITypeRepresentation)
             def __init__(self, obj):




More information about the Zope3-Checkins mailing list