Fix a pep/hacking error in a swift import

Change-Id: If27d1cbefea8b68d1579ccc53cf20c78939f0020
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2013-03-12 14:41:51 +11:00
parent e7fc028e2b
commit 7e48037478

View File

@ -35,7 +35,7 @@ except ImportError:
try:
# Swift > 1.7.5 ... module exists but doesn't contain class.
from swift.common.utils import InputProxy
from swift.common.utils import InputProxy
except ImportError:
# Swift <= 1.7.5 ... module exists and has class.
from swift.common.middleware.proxy_logging import InputProxy