mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 19:38:03 +03:00
Use a constant for versions
This commit is contained in:
parent
4e79ed8124
commit
12f7345d0c
4 changed files with 10 additions and 7 deletions
4
setup.py
4
setup.py
|
@ -360,8 +360,8 @@ class Build(_build):
|
|||
# Run all sub-commands (at least those that need to be run).
|
||||
_build.run(self)
|
||||
try:
|
||||
from deluge._libtorrent import lt
|
||||
print('Info: Found libtorrent ({}) installed.'.format(lt.__version__))
|
||||
from deluge._libtorrent import LT_VERSION
|
||||
print('Info: Found libtorrent ({}) installed.'.format(LT_VERSION))
|
||||
except ImportError as ex:
|
||||
print('Warning: libtorrent (libtorrent-rasterbar) not found: %s' % ex)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue