We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e6472 commit 921e715Copy full SHA for 921e715
tmuxp/cli/shell.py
@@ -84,7 +84,7 @@ def command_shell(
84
exec(command)
85
else:
86
if shell == "pdb" or (os.getenv("PYTHONBREAKPOINT") and PY3 and PYMINOR >= 7):
87
- from ._compat import breakpoint as tmuxp_breakpoint
+ from tmuxp._compat import breakpoint as tmuxp_breakpoint
88
89
tmuxp_breakpoint()
90
return
0 commit comments