summaryrefslogtreecommitdiffstats
path: root/openstack/common/policy.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-06-04 13:25:06 +0000
committerGerrit Code Review <review@openstack.org>2013-06-04 13:25:07 +0000
commit3f315db8dab8a859e7204e7ac184ea9796273a74 (patch)
tree9cebac9ef50c2674be525c1293c322246aae6a2d /openstack/common/policy.py
parent7ce54410485b33cffc39c7ffb96eae422b88601c (diff)
parent6d276814bf91b5406403191c76ea59f81a32f568 (diff)
downloadoslo-3f315db8dab8a859e7204e7ac184ea9796273a74.tar.gz
oslo-3f315db8dab8a859e7204e7ac184ea9796273a74.tar.xz
oslo-3f315db8dab8a859e7204e7ac184ea9796273a74.zip
Merge "Enable H306 hacking check."
Diffstat (limited to 'openstack/common/policy.py')
-rw-r--r--openstack/common/policy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/common/policy.py b/openstack/common/policy.py
index 3669f9b..f3e62ba 100644
--- a/openstack/common/policy.py
+++ b/openstack/common/policy.py
@@ -59,13 +59,13 @@ as it allows particular rules to be explicitly disabled.
import abc
import re
import urllib
+import urllib2
from oslo.config import cfg
import six
-import urllib2
-from openstack.common.gettextutils import _
from openstack.common import fileutils
+from openstack.common.gettextutils import _
from openstack.common import jsonutils
from openstack.common import log as logging