mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-05 20:07:47 +03:00
Revert "[Setup] Fix buildd error with version.py import"
This reverts commit 3aff57600f
.
This commit is contained in:
parent
3aff57600f
commit
04370b38ec
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
Add a link
Reference in a new issue