[Zope3-checkins] CVS: Zope3 - dut.py:1.3

Philipp von Weitershausen philikon at philikon.de
Sat Mar 20 13:06:10 EST 2004


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

Modified Files:
	dut.py 
Log Message:
Back to the future.


=== Zope3/dut.py 1.2 => 1.3 ===
--- Zope3/dut.py:1.2	Thu Dec 18 04:55:08 2003
+++ Zope3/dut.py	Sat Mar 20 13:06:10 2004
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2004 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -34,4 +34,5 @@
         
         ))
 
-if __name__ == '__main__': unittest.main()
+if __name__ == '__main__':
+    unittest.main()




More information about the Zope3-Checkins mailing list