浏览代码

hashindex: cimport -> import

Thomas Waldmann 8 月之前
父节点
当前提交
06c44b0284
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/borg/hashindex.pyx

+ 1 - 1
src/borg/hashindex.pyx

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