summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiuNanke <nanke.liu@easystack.cn>2016-01-06 23:12:42 +0800
committerLiuNanke <nanke.liu@easystack.cn>2016-01-06 23:12:42 +0800
commit6d269238844786726fbb4e68058b1c866f0bc15c (patch)
treee26b8d04619d95482dbb219bdcbea56521f8ada3
parenta6ee585aaae2d4caf1651422953ab79858c86324 (diff)
downloadpython-barbicanclient-6d269238844786726fbb4e68058b1c866f0bc15c.tar.gz
Remove unused import logging
The code is not useful. Change-Id: I007179b0cd06a161cf255244e69a7820c9cbdd0a Closes-bug: #1529541
-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'