We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca0bf9 commit c3021fdCopy full SHA for c3021fd
1 file changed
src/libtmux/test.py src/libtmux/test/__init__.pysrc/libtmux/test.py renamed to src/libtmux/test/__init__.py
@@ -10,7 +10,7 @@
10
import time
11
import typing as t
12
13
-from .exc import WaitTimeout
+from libtmux.exc import WaitTimeout
14
15
logger = logging.getLogger(__name__)
16
0 commit comments