1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 05:35:58 +00:00

hashindex: cimport -> import

This commit is contained in:
Thomas Waldmann 2024-10-31 15:29:58 +01:00
parent ec11ac259b
commit 06c44b0284
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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'