mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 11:27:49 +03:00
[Lint] Cleanup helper scripts to pass PyLint
This commit is contained in:
parent
807fa609f9
commit
d280fa9fbd
7 changed files with 30 additions and 20 deletions
|
@ -31,11 +31,13 @@
|
|||
# include RELEASE-VERSION
|
||||
#
|
||||
|
||||
__all__ = ("get_version")
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
from subprocess import PIPE, Popen
|
||||
|
||||
__all__ = ("get_version")
|
||||
|
||||
VERSION_FILE = os.path.join(os.path.dirname(__file__), "RELEASE-VERSION")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue