Mercurial > p > roundup > code
diff test/unittest.py @ 220:6978960e8e06
removed a print
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 08 Aug 2001 00:27:18 +0000 |
| parents | 40d7be9708f6 |
| children |
line wrap: on
line diff
--- a/test/unittest.py Wed Aug 08 00:26:30 2001 +0000 +++ b/test/unittest.py Wed Aug 08 00:27:18 2001 +0000 @@ -44,11 +44,9 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. ''' -print 'hi' - __author__ = "Steve Purcell" __email__ = "stephen_purcell at yahoo dot com" -__version__ = "$Revision: 1.1 $"[11:-2] +__version__ = "$Revision: 1.2 $"[11:-2] import time import sys
