From c26d63b5fe0a9e4e421d5ea6356d2b6228f9ee36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Borgstr=C3=B6m?= Date: Thu, 23 Jan 2014 21:46:53 +0100 Subject: [PATCH] Removed some unused imports --- attic/archiver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attic/archiver.py b/attic/archiver.py index 0acd96463..0ed1a0a49 100644 --- a/attic/archiver.py +++ b/attic/archiver.py @@ -13,8 +13,8 @@ from attic.cache import Cache from attic.key import key_creator from attic.helpers import Error, location_validator, format_time, \ format_file_mode, ExcludePattern, exclude_path, adjust_patterns, to_localtime, \ - get_cache_dir, get_keys_dir, format_timedelta, prune_split, Manifest, Location, remove_surrogates -from attic.remote import RepositoryServer, RemoteRepository, ConnectionClosed + get_cache_dir, get_keys_dir, format_timedelta, prune_split, Manifest, remove_surrogates +from attic.remote import RepositoryServer, RemoteRepository class Archiver: