diff options
Diffstat (limited to 'Cython/Debugger/Tests/test_libpython_in_gdb.py')
-rw-r--r-- | Cython/Debugger/Tests/test_libpython_in_gdb.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Cython/Debugger/Tests/test_libpython_in_gdb.py b/Cython/Debugger/Tests/test_libpython_in_gdb.py index 6f34cee47..4640dbac1 100644 --- a/Cython/Debugger/Tests/test_libpython_in_gdb.py +++ b/Cython/Debugger/Tests/test_libpython_in_gdb.py @@ -6,16 +6,13 @@ Lib/test/test_gdb.py in the Python source. These tests are run in gdb and called from test_libcython_in_gdb.main() """ -import os -import sys - import gdb from Cython.Debugger import libcython from Cython.Debugger import libpython from . import test_libcython_in_gdb -from .test_libcython_in_gdb import _debug, inferior_python_version +from .test_libcython_in_gdb import inferior_python_version class TestPrettyPrinters(test_libcython_in_gdb.DebugTestCase): |