1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00

Removed some unused imports

This commit is contained in:
Jonas Borgström 2014-01-23 21:46:53 +01:00
parent 1ee159a939
commit c26d63b5fe

View file

@ -13,8 +13,8 @@
from attic.key import key_creator from attic.key import key_creator
from attic.helpers import Error, location_validator, format_time, \ from attic.helpers import Error, location_validator, format_time, \
format_file_mode, ExcludePattern, exclude_path, adjust_patterns, to_localtime, \ format_file_mode, ExcludePattern, exclude_path, adjust_patterns, to_localtime, \
get_cache_dir, get_keys_dir, format_timedelta, prune_split, Manifest, Location, remove_surrogates get_cache_dir, get_keys_dir, format_timedelta, prune_split, Manifest, remove_surrogates
from attic.remote import RepositoryServer, RemoteRepository, ConnectionClosed from attic.remote import RepositoryServer, RemoteRepository
class Archiver: class Archiver: