summaryrefslogtreecommitdiff
path: root/oslo/packaging/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo/packaging/core.py')
-rw-r--r--oslo/packaging/core.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/oslo/packaging/core.py b/oslo/packaging/core.py
index 9e78b49..b6d8e04 100644
--- a/oslo/packaging/core.py
+++ b/oslo/packaging/core.py
@@ -55,7 +55,6 @@ from setuptools.dist import _get_unpatched
from .extern import six
from oslo.packaging import util
-from oslo.packaging import packaging
_Distribution = _get_unpatched(_Distribution)
log.set_verbosity(log.INFO)
@@ -63,7 +62,7 @@ log.set_verbosity(log.INFO)
def setup(dist, attr, value):
"""Implements the actual oslo.packaging setup() keyword.
-
+
When used, this should be the only keyword in your setup() aside from
`setup_requires`.