소스 검색

hashindex: cimport -> import

Thomas Waldmann 1 년 전
부모
커밋
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 struct
 
-from borghash cimport HashTableNT
+from borghash import HashTableNT
 
 API_VERSION = '1.2_01'