Skip to content

Commit 9fffe27

Browse files
author
Richard Jones
committed
removed a print
1 parent 722688e commit 9fffe27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/unittest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ def testMultiply(self);
4444
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
4545
'''
4646

47-
print 'hi'
48-
4947
__author__ = "Steve Purcell"
5048
__email__ = "stephen_purcell at yahoo dot com"
51-
__version__ = "$Revision: 1.1 $"[11:-2]
49+
__version__ = "$Revision: 1.2 $"[11:-2]
5250

5351
import time
5452
import sys

0 commit comments

Comments
 (0)