Skip to content

Commit

Permalink
Convert to relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanikowski-reef authored and davidbrochart committed Feb 21, 2020
1 parent 6c072d0 commit a6c8dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_client/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def tunnel_to_kernel(connection_info, sshserver, sshkey=None):
(shell, iopub, stdin, hb) : ints
The four ports on localhost that have been forwarded to the kernel.
"""
from jupyter_core.ssh import tunnel
from .ssh import tunnel
if isinstance(connection_info, string_types):
# it's a path, unpack it
with open(connection_info) as f:
Expand Down

0 comments on commit a6c8dcb

Please sign in to comment.