- Datetime is not present on Galious, but it is not really needed, so

it has been removed.
This commit is contained in:
ccremers 2004-10-18 13:45:35 +00:00
parent 19b3c74e65
commit 70d076644d

View File

@ -8,7 +8,7 @@
import sys import sys
import os import os
import time import time
import datetime #import datetime
import string import string
tempfile = 'generated-test-list.tmp' tempfile = 'generated-test-list.tmp'
@ -21,7 +21,7 @@ lstatus=os.system('./tuples.py ' + count + ' >' + tempfile)
print "#!/bin/sh" print "#!/bin/sh"
print "#" print "#"
print "# Test list generated by gen-tests.py" print "# Test list generated by gen-tests.py"
print "# at ", time.asctime() #print "# at ", time.asctime()
print "#" print "#"
# Functions to assist # Functions to assist