[Zope-Checkins] CVS: Zope3 - ut.py:1.1.2.3

Jeremy Hylton jeremy@zope.com
Mon, 11 Feb 2002 15:21:09 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	ut.py 
Log Message:
Add pass statement so that module is syntactically valid (if not useful).


=== Zope3/ut.py 1.1.2.2 => 1.1.2.3 ===
 
 class Test(unittest.TestCase):
-
+    pass
 
 def test_suite():
     loader=unittest.TestLoader()