mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-20 09:34:27 -04:00
Added missing import of parse_timestamp
This commit is contained in:
parent
b61ba51c0d
commit
b7e6efbfc5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from attic import xattr
|
|||
from attic.platform import acl_get, acl_set
|
||||
from attic.chunker import Chunker
|
||||
from attic.hashindex import ChunkIndex
|
||||
from attic.helpers import Error, uid2user, user2uid, gid2group, group2gid, \
|
||||
from attic.helpers import parse_timestamp, Error, uid2user, user2uid, gid2group, group2gid, \
|
||||
Manifest, Statistics, decode_dict, st_mtime_ns, make_path_safe, StableDict, int_to_bigint, bigint_to_int
|
||||
|
||||
ITEMS_BUFFER = 1024 * 1024
|
||||
|
|
|
|||
Loading…
Reference in a new issue