diff --git a/src/borg/hashindex.pyx b/src/borg/hashindex.pyx index be00717ea..4b6373a38 100644 --- a/src/borg/hashindex.pyx +++ b/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'