[Zope3-checkins] CVS: Packages3/Interface/tests -
testInterface.py:1.11
Gary Poster
gary at zope.com
Tue Jan 20 12:30:48 EST 2004
Update of /cvs-repository/Packages3/Interface/tests
In directory cvs.zope.org:/tmp/cvs-serv18412/tests
Modified Files:
testInterface.py
Log Message:
Fixed to work with Zope 3 head.
=== Packages3/Interface/tests/testInterface.py 1.10 => 1.11 ===
--- Packages3/Interface/tests/testInterface.py:1.10 Fri Jun 13 08:20:13 2003
+++ Packages3/Interface/tests/testInterface.py Tue Jan 20 12:30:47 2004
@@ -14,7 +14,7 @@
import unittest
import Interface
-from unitfixtures import * # hehehe
+from Interface.tests.unitfixtures import * # hehehe
from Interface.Exceptions import BrokenImplementation
from Interface.Implements import instancesOfObjectImplements
from Interface.Implements import objectImplements
More information about the Zope3-Checkins
mailing list