From a5d31b0d3a6206e14d3e55f37c43815fd309ad51 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Sun, 30 Jan 2011 08:59:35 -0600 Subject: [PATCH] removed extra import in account stats logger --- swift/stats/account_stats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/swift/stats/account_stats.py b/swift/stats/account_stats.py index 6a9688831f..325746386c 100644 --- a/swift/stats/account_stats.py +++ b/swift/stats/account_stats.py @@ -21,7 +21,6 @@ import hashlib from swift.account.server import DATADIR as account_server_data_dir from swift.common.db import AccountBroker -from swift.common.internal_proxy import InternalProxy from swift.common.utils import renamer, get_logger, readconf, mkdirs from swift.common.constraints import check_mount from swift.common.daemon import Daemon