summaryrefslogtreecommitdiff
path: root/pbr/core.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-22 03:46:19 +0000
committerGerrit Code Review <review@openstack.org>2013-07-22 03:46:19 +0000
commit21390906eac2ba67789c7950b5f770feb76a433e (patch)
treeb2b45e2a74e757348f219e2f0bd85c286a3bb3ae /pbr/core.py
parent99dabdc4b1e25f825bd4ad43740b96790ca6dfc1 (diff)
parent71bea435b6f73644d5d7320001ac56d78bcc4687 (diff)
downloadpbr-21390906eac2ba67789c7950b5f770feb76a433e.tar.gz
Merge "Move d2to1 more into the source tree"
Diffstat (limited to 'pbr/core.py')
-rw-r--r--pbr/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbr/core.py b/pbr/core.py
index 1432b27..f622ad0 100644
--- a/pbr/core.py
+++ b/pbr/core.py
@@ -46,7 +46,7 @@ import warnings
from setuptools import dist
-from pbr.d2to1 import util
+from pbr import util
core.Distribution = dist._get_unpatched(core.Distribution)