forked from jan/mem_edit
Add missing import
This commit is contained in:
parent
b50b37c1c4
commit
61289a6858
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import copy
|
|||
import ctypes
|
||||
import logging
|
||||
|
||||
from .utils import ctypes_buffer_t, search_buffer
|
||||
from .utils import ctypes_buffer_t, search_buffer, ctypes_equal
|
||||
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue