Fixup r265398
authorPavel Labath <labath@google.com>
Wed, 6 Apr 2016 08:55:31 +0000 (08:55 +0000)
committerPavel Labath <labath@google.com>
Wed, 6 Apr 2016 08:55:31 +0000 (08:55 +0000)
llvm-svn: 265524

lldb/packages/Python/lldbsuite/test/lldbutil.py

index 00f0da9..bf17006 100644 (file)
@@ -12,6 +12,7 @@ import collections
 import os
 import re
 import sys
+import time
 
 # Third-party modules
 from six import StringIO as SixStringIO