[Zope3-checkins] CVS: Zope3/src/zope/app/container/tests - test_size.py:1.5

Philipp von Weitershausen philikon at philikon.de
Wed Mar 3 06:04:30 EST 2004


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

Modified Files:
	test_size.py 
Log Message:
Made zope.app.size a package containing interfaces and tests besides the
implementation.


=== Zope3/src/zope/app/container/tests/test_size.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/container/tests/test_size.py:1.4	Wed Mar  3 05:38:39 2004
+++ Zope3/src/zope/app/container/tests/test_size.py	Wed Mar  3 06:03:58 2004
@@ -11,9 +11,12 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
+"""
+$Id$
+"""
 import unittest
 
-from zope.app.interfaces.size import ISized
+from zope.app.size.interfaces import ISized
 from zope.app.container.interfaces import IContainer
 from zope.interface import implements
 




More information about the Zope3-Checkins mailing list