From 09ee092ffd09de85e3b813c7595e1f818c49c385 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Sat, 27 Jul 2013 10:59:18 +0200 Subject: [PATCH] pybind/rbd.py: remove unused import of 'pointer' Signed-off-by: Danny Al-Gaaf --- src/pybind/rbd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/rbd.py b/src/pybind/rbd.py index 9d71738e7284..6e9ca8a22525 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 -- 2.47.3