summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py')
-rw-r--r--lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py b/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
index 16ca370f300..fe4a6adda1f 100644
--- a/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
+++ b/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.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 signal
from lldbtest import *
OpenPOWER on IntegriCloud