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:
parent
ec11ac259b
commit
06c44b0284
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue