- Datetime is not present on Galious, but it is not really needed, so
it has been removed.
This commit is contained in:
parent
19b3c74e65
commit
70d076644d
@ -8,7 +8,7 @@
|
||||
import sys
|
||||
import os
|
||||
import time
|
||||
import datetime
|
||||
#import datetime
|
||||
import string
|
||||
|
||||
tempfile = 'generated-test-list.tmp'
|
||||
@ -21,7 +21,7 @@ lstatus=os.system('./tuples.py ' + count + ' >' + tempfile)
|
||||
print "#!/bin/sh"
|
||||
print "#"
|
||||
print "# Test list generated by gen-tests.py"
|
||||
print "# at ", time.asctime()
|
||||
#print "# at ", time.asctime()
|
||||
print "#"
|
||||
|
||||
# Functions to assist
|
||||
|
Loading…
Reference in New Issue
Block a user