Merge "Py3: Fix a relative import"

This commit is contained in:
Zuul 2018-12-02 05:41:24 +00:00 committed by Gerrit Code Review
commit 7c601903b2

View File

@ -21,10 +21,11 @@ import time
from swift.common import swob
from swift.common.middleware.s3api.s3api import filter_factory
from helpers import FakeSwift
from swift.common.middleware.s3api.etree import fromstring
from swift.common.middleware.s3api.utils import Config
from test.unit.common.middleware.s3api.helpers import FakeSwift
class FakeApp(object):
def __init__(self):