We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be6a1f commit 3c22952Copy full SHA for 3c22952
src/libtmux/_compat.py
@@ -37,7 +37,7 @@ def str_from_console(s: t.Union[str, bytes]) -> str:
37
import re
38
from typing import Iterator, List, Tuple
39
40
-from packaging.version import Version
+from libtmux._vendor.version import Version
41
42
###
43
### Legacy support for LooseVersion / LegacyVersion, e.g. 2.4-openbsd
0 commit comments