mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 19:38:03 +03:00
Rename version.py to calc_version.py to fix buildd error
- There is a version.py included with buildd that is conflicting with the deluge one. Rather than messing with sys.path it is simplest to rename version.py to calc_version.py
This commit is contained in:
parent
04370b38ec
commit
943a9ded00
4 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ from datetime import datetime
|
|||
from subprocess import call
|
||||
|
||||
from gen_web_gettext import create_gettext_js
|
||||
from version import get_version
|
||||
from calc_version import get_version
|
||||
|
||||
# Paths to exclude
|
||||
EXCLUSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue