File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11kaptan>=0.5.7
2- libtmux==0.6.5 # Updated from 0.6.4
2+ libtmux==0.7.1 # Updated from 0.6.5
33click==6.7
44colorama==0.3.9
Original file line number Diff line number Diff line change 1414import click
1515import kaptan
1616from click .exceptions import FileError
17- from libtmux .common import has_required_tmux_version , which
17+ from libtmux .common import has_minimum_version , which
1818from libtmux .exc import TmuxCommandNotFound
1919from libtmux .server import Server
2020
@@ -318,7 +318,7 @@ def cli(log_level):
318318 See detailed documentation and examples at:
319319 http://tmuxp.readthedocs.io/en/latest/"""
320320 try :
321- has_required_tmux_version ()
321+ has_minimum_version ()
322322 except TmuxCommandNotFound :
323323 click .echo ('tmux not found. tmuxp requires you install tmux first.' )
324324 sys .exit ()
You can’t perform that action at this time.
0 commit comments