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:
parent
e7fc028e2b
commit
7e48037478
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user