]> granicus.if.org Git - clang/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77773 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 9206427b451a4ecd06709c21b7eba7f7bcd7fd1e..23038b3e2166cd7f8105fa65285058d630c8fafd 100755 (executable)
@@ -1,4 +1,3 @@
-import errno
 import os
 import platform
 import re
index bacdab8a58e8f08d3a1c77d040dce51d757221ca..66cbd0dfa5279cce3cc51af0304de4a86cb8a32e 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)