Skip to content

Commit 3c22952

Browse files
committed
fix(version): Fix compat
1 parent 5be6a1f commit 3c22952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def str_from_console(s: t.Union[str, bytes]) -> str:
3737
import re
3838
from typing import Iterator, List, Tuple
3939

40-
from packaging.version import Version
40+
from libtmux._vendor.version import Version
4141

4242
###
4343
### Legacy support for LooseVersion / LegacyVersion, e.g. 2.4-openbsd

0 commit comments

Comments
 (0)