diff options
Diffstat (limited to 'src/pybind/cephfs.py')
-rw-r--r-- | src/pybind/cephfs.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pybind/cephfs.py b/src/pybind/cephfs.py index f89f53fb194..80b7e4b773f 100644 --- a/src/pybind/cephfs.py +++ b/src/pybind/cephfs.py @@ -2,9 +2,7 @@ This module is a thin wrapper around libcephfs. """ from ctypes import CDLL, c_char_p, c_size_t, c_void_p, c_int, c_long, c_uint, c_ulong, \ - create_string_buffer, byref, Structure, c_uint64, c_ubyte, pointer, \ - CFUNCTYPE -import ctypes + create_string_buffer, byref, Structure import errno class Error(Exception): |