Merge "Fix a pep/hacking error in a swift import"

This commit is contained in:
Jenkins 2013-03-12 15:34:36 +00:00 committed by Gerrit Code Review
commit 8a1fd0a12f

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