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()