From: richard Date: Wed, 8 Aug 2001 00:27:18 +0000 (+0000) Subject: removed a print X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ec5859281727da3893e9785b9f6a6bac5ddc9afc;p=roundup.git removed a print git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@226 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/test/unittest.py b/test/unittest.py index a8dc807..6205759 100644 --- a/test/unittest.py +++ b/test/unittest.py @@ -44,11 +44,9 @@ AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 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