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