Skip to content

Commit 921e715

Browse files
committed
refactor(shell): Import fix
1 parent e3e6472 commit 921e715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/cli/shell.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def command_shell(
8484
exec(command)
8585
else:
8686
if shell == "pdb" or (os.getenv("PYTHONBREAKPOINT") and PY3 and PYMINOR >= 7):
87-
from ._compat import breakpoint as tmuxp_breakpoint
87+
from tmuxp._compat import breakpoint as tmuxp_breakpoint
8888

8989
tmuxp_breakpoint()
9090
return

0 commit comments

Comments
 (0)