Skip to content

Commit 3dbbd29

Browse files
committed
refactor(test) test.py -> test/__init__.py
1 parent 32e600b commit 3dbbd29

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 ..exc import WaitTimeout
1414

1515
logger = logging.getLogger(__name__)
1616

0 commit comments

Comments
 (0)