summaryrefslogtreecommitdiffstats
path: root/lldb/test/command_source
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-01-28 20:59:39 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-01-28 20:59:39 +0000
commit6bcb81a7733e660d6523aa8c94b613251723ab32 (patch)
tree8f499ab4503c65bf212de4e0eef99ecdec88636e /lldb/test/command_source
parentb91ab897298ad48a0b6195b583117fecd5ccc548 (diff)
downloadbcm5719-llvm-6bcb81a7733e660d6523aa8c94b613251723ab32.tar.gz
bcm5719-llvm-6bcb81a7733e660d6523aa8c94b613251723ab32.zip
Add "import sys" for sys.stdout.
llvm-svn: 124504
Diffstat (limited to 'lldb/test/command_source')
-rw-r--r--lldb/test/command_source/TestCommandSource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/command_source/TestCommandSource.py b/lldb/test/command_source/TestCommandSource.py
index 006967d49b6..bd4493f4a35 100644
--- a/lldb/test/command_source/TestCommandSource.py
+++ b/lldb/test/command_source/TestCommandSource.py
@@ -4,7 +4,7 @@ Test that lldb command "command source" works correctly.
See also http://llvm.org/viewvc/llvm-project?view=rev&revision=109673.
"""
-import os, time
+import os, sys
import unittest2
import lldb
from lldbtest import *
OpenPOWER on IntegriCloud