diff options
Diffstat (limited to 'lldb/test/tools/lldb-server/commandline')
-rw-r--r-- | lldb/test/tools/lldb-server/commandline/TestStubReverseConnect.py | 6 | ||||
-rw-r--r-- | lldb/test/tools/lldb-server/commandline/TestStubSetSID.py | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/lldb/test/tools/lldb-server/commandline/TestStubReverseConnect.py b/lldb/test/tools/lldb-server/commandline/TestStubReverseConnect.py index e51f97c45b0..8701f92c5d7 100644 --- a/lldb/test/tools/lldb-server/commandline/TestStubReverseConnect.py +++ b/lldb/test/tools/lldb-server/commandline/TestStubReverseConnect.py @@ -1,9 +1,3 @@ -# Add the directory above ours to the python library path since we -# will import from there. -import os.path -import sys -sys.path.append(os.path.join(os.path.dirname(__file__), "..")) - import gdbremote_testcase import lldbgdbserverutils import re diff --git a/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py b/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py index 6564593e061..49509d6b3c8 100644 --- a/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py +++ b/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py @@ -1,11 +1,5 @@ import unittest2 -# Add the directory above ours to the python library path since we -# will import from there. -import os.path -import sys -sys.path.append(os.path.join(os.path.dirname(__file__), "..")) - import gdbremote_testcase import lldbgdbserverutils import os |