##// END OF EJS Templates
Fix ssh tunnel for Python3...
Zahari -
Show More
@@ -27,6 +27,7 b' import socket'
27 27 from multiprocessing import Process
28 28 from getpass import getpass, getuser
29 29 import warnings
30 from IPython.utils.py3compat import xrange
30 31
31 32 try:
32 33 with warnings.catch_warnings():
General Comments 0
You need to be logged in to leave comments. Login now