diff options
Diffstat (limited to 'src/pybind/rbd.py')
-rw-r--r-- | src/pybind/rbd.py | 2 |
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 |