PEP8 errors and remove check in authors file for nova-core, since nova-core owns the translation export branch
This commit is contained in:
@@ -26,9 +26,11 @@ from setuptools.command.sdist import sdist
|
||||
try:
|
||||
import DistUtilsExtra.auto
|
||||
except ImportError:
|
||||
print >> sys.stderr, 'To build nova you need https://launchpad.net/python-distutils-extra'
|
||||
print >> sys.stderr, 'To build nova you need '\
|
||||
'https://launchpad.net/python-distutils-extra'
|
||||
sys.exit(1)
|
||||
assert DistUtilsExtra.auto.__version__ >= '2.18', 'needs DistUtilsExtra.auto >= 2.18'
|
||||
assert DistUtilsExtra.auto.__version__ >= '2.18',\
|
||||
'needs DistUtilsExtra.auto >= 2.18'
|
||||
|
||||
|
||||
from nova.utils import parse_mailmap, str_dict_replace
|
||||
|
||||
Reference in New Issue
Block a user