diff --git a/IPython/external/ssh/tunnel.py b/IPython/external/ssh/tunnel.py index 0cf9bcb..b1ab207 100644 --- a/IPython/external/ssh/tunnel.py +++ b/IPython/external/ssh/tunnel.py @@ -27,6 +27,7 @@ import socket from multiprocessing import Process from getpass import getpass, getuser import warnings +from IPython.utils.py3compat import xrange try: with warnings.catch_warnings():