Skip to content

Commit c3021fd

Browse files
committed
refactor(test) test.py -> test/__init__.py
1 parent 3ca0bf9 commit c3021fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/test.py renamed to src/libtmux/test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import time
1111
import typing as t
1212

13-
from .exc import WaitTimeout
13+
from libtmux.exc import WaitTimeout
1414

1515
logger = logging.getLogger(__name__)
1616

0 commit comments

Comments
 (0)