Skip to content

Commit 9dfba00

Browse files
committed
Fix bug where missing tmux would generate tmuxp exc.TmuxpException missing
1 parent 7cdcbe2 commit 9dfba00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmuxp/util.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import subprocess
2020
import os
2121
import sys
22+
from . import exc
2223

2324
import logging
2425

0 commit comments

Comments
 (0)