Update comparator.pxd
This commit is contained in:
parent
30d4b02f00
commit
1d486f7437
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
from libcpp.string cimport string
|
from libcpp.string cimport string
|
||||||
from slice_ cimport Slice
|
from .slice_ cimport Slice
|
||||||
from logger cimport Logger
|
from .logger cimport Logger
|
||||||
from std_memory cimport shared_ptr
|
from .std_memory cimport shared_ptr
|
||||||
|
|
||||||
cdef extern from "rocksdb/comparator.h" namespace "rocksdb":
|
cdef extern from "rocksdb/comparator.h" namespace "rocksdb":
|
||||||
cdef cppclass Comparator:
|
cdef cppclass Comparator:
|
||||||
|
|
Loading…
Reference in a new issue