summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-21 03:28:39 +0000
committerGerrit Code Review <review@openstack.org>2016-03-21 03:28:39 +0000
commit5dcaa9009fb77fdf93c1ce4cb8858b982771fcd3 (patch)
treef9b7039e4f40b5b00db5a66f37f3221b00c588d8
parent3a4d6ecbcf084a8715842ad9e4e2131c36ce098f (diff)
parent6d269238844786726fbb4e68058b1c866f0bc15c (diff)
downloadpython-barbicanclient-5dcaa9009fb77fdf93c1ce4cb8858b982771fcd3.tar.gz
Merge "Remove unused import logging"
-rw-r--r--barbicanclient/osc_plugin.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/barbicanclient/osc_plugin.py b/barbicanclient/osc_plugin.py
index 95f7076..0bf390b 100644
--- a/barbicanclient/osc_plugin.py
+++ b/barbicanclient/osc_plugin.py
@@ -10,11 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import logging
-
from barbicanclient import client
-LOG = logging.getLogger(__name__)
DEFAULT_API_VERSION = '1'
API_VERSION_OPTION = 'os_key_manager_api_version'