Commit bd6c647e authored by Stefan Behnel's avatar Stefan Behnel

Remove unused import that may not be available in all CPython or PyPy installations.

parent ebd45911
...@@ -19,7 +19,7 @@ import tempfile ...@@ -19,7 +19,7 @@ import tempfile
import functools import functools
import traceback import traceback
import itertools import itertools
from test import test_support #from test import test_support
import gdb import gdb
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment