Skip to content

Commit 0c4ffa1

Browse files
committed
chore(common): Move version to libtmux's backport
1 parent 8ec34d4 commit 0c4ffa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tmuxp/plugin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from packaging.version import Version
2-
31
import libtmux
2+
from libtmux._compat import LegacyVersion as Version
43
from libtmux.common import get_version
54

65
from .__about__ import __version__

0 commit comments

Comments
 (0)