]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/rbd.py: remove unused import of 'pointer' 471/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sat, 27 Jul 2013 08:59:18 +0000 (10:59 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sat, 27 Jul 2013 09:37:37 +0000 (11:37 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/pybind/rbd.py

index 9d71738e7284fb0901b6fcb57167454ff9751940..6e9ca8a22525da9d16eb3bdba491b878353671fa 100644 (file)
@@ -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