Răsfoiți Sursa

hashindex: cimport -> import

Thomas Waldmann 1 an în urmă
părinte
comite
06c44b0284
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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'