From 70d076644df6738598119dd93c24a5a626a4941b Mon Sep 17 00:00:00 2001 From: ccremers Date: Mon, 18 Oct 2004 13:45:35 +0000 Subject: [PATCH] - Datetime is not present on Galious, but it is not really needed, so it has been removed. --- spdl/gen-tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spdl/gen-tests.py b/spdl/gen-tests.py index fa32153..bd77170 100755 --- a/spdl/gen-tests.py +++ b/spdl/gen-tests.py @@ -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