summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 89add02c3..4ab8f386b 100644
--- a/setup.py
+++ b/setup.py
@@ -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