[Lldb-commits] [lldb] r124504 - /lldb/trunk/test/command_source/TestCommandSource.py
Johnny Chen
johnny.chen at apple.com
Fri Jan 28 12:59:39 PST 2011
Author: johnny
Date: Fri Jan 28 14:59:39 2011
New Revision: 124504
URL: http://llvm.org/viewvc/llvm-project?rev=124504&view=rev
Log:
Add "import sys" for sys.stdout.
Modified:
lldb/trunk/test/command_source/TestCommandSource.py
Modified: lldb/trunk/test/command_source/TestCommandSource.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/command_source/TestCommandSource.py?rev=124504&r1=124503&r2=124504&view=diff
==============================================================================
--- lldb/trunk/test/command_source/TestCommandSource.py (original)
+++ lldb/trunk/test/command_source/TestCommandSource.py Fri Jan 28 14:59:39 2011
@@ -4,7 +4,7 @@
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 *
More information about the lldb-commits
mailing list