lit: Fix a name lookup problem, which only occurred on a race condition. This is
authorDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 04:11:36 +0000 (04:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 04:11:36 +0000 (04:11 +0000)
why dynamic binding sucks.

llvm-svn: 77773

clang/utils/test/TestRunner.py
clang/utils/test/Util.py

index 9206427..23038b3 100755 (executable)
@@ -1,4 +1,3 @@
-import errno
 import os
 import platform
 import re
index bacdab8..66cbd0d 100644 (file)
@@ -1,4 +1,4 @@
-import os, sys
+import errno, os, sys
 
 def warning(msg):
     print >>sys.stderr, '%s: warning: %s' % (sys.argv[0], msg)