[Zope3-checkins] CVS: Zope3 - ut.py:1.8

Christian Theune ct@gocept.com
Tue, 25 Mar 2003 08:45:50 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv8655

Modified Files:
	ut.py 
Log Message:
 - updated boilerplate to lowercase module names


=== Zope3/ut.py 1.7 => 1.8 ===
--- Zope3/ut.py:1.7	Mon Jan 20 16:51:51 2003
+++ Zope3/ut.py	Tue Mar 25 08:45:48 2003
@@ -29,7 +29,7 @@
 # tearDown from them, or the benefits of using CleanUp will be lost.
 # Don't use CleanUp based tests outside the Zope package.
 
-# from Zope.Testing.CleanUp import CleanUp # Base class w registry cleanup
+# from zope.testing.cleanup import CleanUp # Base class w registry cleanup
 
 #############################################################################