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 20117cc commit a540872Copy full SHA for a540872
src/tmuxp/plugin.py
@@ -1,6 +1,5 @@
1
-from packaging.version import Version
2
-
3
import libtmux
+from libtmux._compat import LegacyVersion as Version
4
from libtmux.common import get_version
5
6
from .__about__ import __version__
0 commit comments