summaryrefslogtreecommitdiff
path: root/oslo_policy/opts.py
diff options
context:
space:
mode:
authorZhijunWei <wzj334965317@outlook.com>2018-12-28 22:52:08 +0800
committerZhijunWei <wzj334965317@outlook.com>2019-02-13 14:33:45 +0800
commitc5764d71db430db6c4f5369733eb714a1d2d382d (patch)
tree2dc916a95d3f365246189e56690f8ebf3fa8c952 /oslo_policy/opts.py
parent3b09958d0c77de8a7738b87e28f2e95ae82b9528 (diff)
downloadoslo-policy-c5764d71db430db6c4f5369733eb714a1d2d382d.tar.gz
Update hacking version
Change-Id: I7009b639743c22f885cebd532a3d6c1b0f9f1226
Diffstat (limited to 'oslo_policy/opts.py')
-rw-r--r--oslo_policy/opts.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/oslo_policy/opts.py b/oslo_policy/opts.py
index 368797f..0383b4a 100644
--- a/oslo_policy/opts.py
+++ b/oslo_policy/opts.py
@@ -10,17 +10,16 @@
# License for the specific language governing permissions and limitations
# under the License.
-__all__ = [
- 'list_opts',
- 'set_defaults',
-]
-
import copy
from oslo_config import cfg
from oslo_policy._i18n import _
+__all__ = [
+ 'list_opts',
+ 'set_defaults',
+]
_option_group = 'oslo_policy'