From: Danny Al-Gaaf Date: Sat, 27 Jul 2013 08:59:18 +0000 (+0200) Subject: pybind/rbd.py: remove unused import of 'pointer' X-Git-Tag: v0.67-rc3~21^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=09ee092ffd09de85e3b813c7595e1f818c49c385;p=ceph.git pybind/rbd.py: remove unused import of 'pointer' Signed-off-by: Danny Al-Gaaf --- 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