From 7d09117615677c4d2084490711f2ae6561221a9a 2014-06-15 22:14:41 From: Min RK Date: 2014-06-15 22:14:41 Subject: [PATCH] Merge pull request #5994 from Zaharid/2.x Fix ssh tunnel for Python3 --- 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():