summaryrefslogtreecommitdiff
path: root/examples/object_api.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-07 19:49:06 +0000
committerGerrit Code Review <review@openstack.org>2016-07-07 19:49:06 +0000
commit2adeac2bc2421a96273dfbc2b39a43cc06e542e6 (patch)
tree0233a50e26171805134ad436700fd3b160771ef8 /examples/object_api.py
parentbca1851911af8d1ec499104bcbbf6ff1e41389cb (diff)
parentd324530532d5361e85e784c3df2f0d40a128b149 (diff)
downloadpython-openstackclient-2adeac2bc2421a96273dfbc2b39a43cc06e542e6.tar.gz
Merge "osc-lib: api.auth"
Diffstat (limited to 'examples/object_api.py')
-rwxr-xr-xexamples/object_api.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/object_api.py b/examples/object_api.py
index 11b62da7..577fc052 100755
--- a/examples/object_api.py
+++ b/examples/object_api.py
@@ -25,13 +25,11 @@ import logging
import sys
import common
-
+from os_client_config import config as cloud_config
from openstackclient.api import object_store_v1 as object_store
from openstackclient.identity import client as identity_client
-from os_client_config import config as cloud_config
-
LOG = logging.getLogger('')