[Checkins] SVN: zc.comment/trunk/src/zc/comment/ntests.py remove
legacy test dependency on zc.testlayer
Gary Poster
gary at zope.com
Fri Feb 9 14:52:05 EST 2007
Log message for revision 72493:
remove legacy test dependency on zc.testlayer
Changed:
U zc.comment/trunk/src/zc/comment/ntests.py
-=-
Modified: zc.comment/trunk/src/zc/comment/ntests.py
===================================================================
--- zc.comment/trunk/src/zc/comment/ntests.py 2007-02-09 19:46:02 UTC (rev 72492)
+++ zc.comment/trunk/src/zc/comment/ntests.py 2007-02-09 19:52:04 UTC (rev 72493)
@@ -27,7 +27,7 @@
import zope.testing.renormalizing
import zc.table
-from zc.testlayer.ftesting import defineLayer
+from zope.app.testing.functional import defineLayer
class MyContent(persistent.Persistent):
More information about the Checkins
mailing list