summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-07-27 10:59:18 +0200
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-07-27 11:37:37 +0200
commit09ee092ffd09de85e3b813c7595e1f818c49c385 (patch)
tree4db46c98064de123f4b4bf1a4f32b96b106a5a7a
parent246011807b5f00f5948b1444f00bf5f87f8e7e09 (diff)
downloadceph-09ee092ffd09de85e3b813c7595e1f818c49c385.tar.gz
pybind/rbd.py: remove unused import of 'pointer'
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r--src/pybind/rbd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/rbd.py b/src/pybind/rbd.py
index 9d71738e728..6e9ca8a2252 100644
--- a/src/pybind/rbd.py
+++ b/src/pybind/rbd.py
@@ -17,7 +17,7 @@ methods, a :class:`TypeError` will be raised.
# Copyright 2011 Josh Durgin
from ctypes import CDLL, c_char, c_char_p, c_size_t, c_void_p, c_int, \
create_string_buffer, byref, Structure, c_uint64, c_int64, c_uint8, \
- CFUNCTYPE, pointer
+ CFUNCTYPE
import ctypes
import errno