[Lldb-commits] [lldb] r128429 - /lldb/trunk/utils/test/lldb-disasm.py

Johnny Chen johnny.chen at apple.com
Mon Mar 28 15:48:25 PDT 2011


Author: johnny
Date: Mon Mar 28 17:48:25 2011
New Revision: 128429

URL: http://llvm.org/viewvc/llvm-project?rev=128429&view=rev
Log:
Doc string change.

Modified:
    lldb/trunk/utils/test/lldb-disasm.py

Modified: lldb/trunk/utils/test/lldb-disasm.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/utils/test/lldb-disasm.py?rev=128429&r1=128428&r2=128429&view=diff
==============================================================================
--- lldb/trunk/utils/test/lldb-disasm.py (original)
+++ lldb/trunk/utils/test/lldb-disasm.py Mon Mar 28 17:48:25 2011
@@ -11,7 +11,7 @@
 
 def setupSysPath():
     """
-    Add LLDB.framework/Resources/Python to the search paths for modules.
+    Add LLDB.framework/Resources/Python and the test dir to the sys.path.
     """
     # Get the directory containing the current script.
     scriptPath = sys.path[0]





More information about the lldb-commits mailing list