Mercurial > p > roundup > code
changeset 220:6978960e8e06
removed a print
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 08 Aug 2001 00:27:18 +0000 |
| parents | 2482585afdbb |
| children | 152fedaab07c |
| files | test/unittest.py |
| diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
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
