Explorar o código

hashindex: cimport -> import

Thomas Waldmann hai 1 ano
pai
achega
06c44b0284
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/borg/hashindex.pyx

+ 1 - 1
src/borg/hashindex.pyx

@@ -3,7 +3,7 @@ from collections import namedtuple
 import os
 import struct
 
-from borghash cimport HashTableNT
+from borghash import HashTableNT
 
 API_VERSION = '1.2_01'