Skip to content

Commit 1d5f2e9

Browse files
committed
Use six.moves.filter
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent d513d3a commit 1d5f2e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bpython/importcompletion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import sys
3030
import warnings
3131
from warnings import catch_warnings
32+
from six.moves import filter
3233

3334
if sys.version_info[0] == 3 and sys.version_info[1] >= 3:
3435
import importlib.machinery

0 commit comments

Comments
 (0)