mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[Setup] Fix buildd error with version.py import
- The deb buildd command also has a version.py so need to use relative import to specify that we really mean deluge supplied version.py.
This commit is contained in:
parent
874249655d
commit
3aff57600f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ from setuptools import find_packages, setup
|
|||
from setuptools.command.test import test as _test
|
||||
|
||||
import msgfmt
|
||||
from version import get_version
|
||||
from .version import get_version
|
||||
|
||||
try:
|
||||
from sphinx.setup_command import BuildDoc
|
||||
|
|
Loading…
Add table
Reference in a new issue