diff options
Diffstat (limited to 'lldb/test/tools/lldb-server/commandline/TestStubSetSID.py')
-rw-r--r-- | lldb/test/tools/lldb-server/commandline/TestStubSetSID.py | 6 |
1 files changed, 0 insertions, 6 deletions
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 |