diff options
Diffstat (limited to 'test/fixtures.py')
-rw-r--r-- | test/fixtures.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures.py b/test/fixtures.py index 7b032f1..df6faec 100644 --- a/test/fixtures.py +++ b/test/fixtures.py @@ -7,8 +7,8 @@ import tempfile import uuid from urlparse import urlparse -from .service import ExternalService, SpawnedService -from .testutil import get_open_port +from service import ExternalService, SpawnedService +from testutil import get_open_port class Fixture(object): kafka_version = os.environ.get('KAFKA_VERSION', '0.8.0') |