[Zope3-checkins] CVS: Products3/z3checkins/tests - test_message.py:1.22

Marius Gedminas marius at pov.lt
Wed Mar 3 08:46:35 EST 2004


Update of /cvs-repository/Products3/z3checkins/tests
In directory cvs.zope.org:/tmp/cvs-serv10436/tests

Modified Files:
	test_message.py 
Log Message:
Keep up with packagegeddon.



=== Products3/z3checkins/tests/test_message.py 1.21 => 1.22 ===
--- Products3/z3checkins/tests/test_message.py:1.21	Wed Feb 11 13:50:03 2004
+++ Products3/z3checkins/tests/test_message.py	Wed Mar  3 08:46:34 2004
@@ -1084,7 +1084,7 @@
 
     def test_interface(self):
         from zopeproducts.z3checkins.folder import MessageSized
-        from zope.app.interfaces.size import ISized
+        from zope.app.size.interfaces import ISized
         self.assert_(ISized.isImplementedBy(MessageSized(MessageStub())))
 
     def test_sizeForSorting(self):




More information about the Zope3-Checkins mailing list