summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-08-02 21:36:00 -0700
committerDana Powers <dana.powers@gmail.com>2016-08-02 21:36:00 -0700
commitc693709aaf9e292c8614b9ab345d3322d4f71caa (patch)
tree74545ef0d8646c152dc55bc29454308cdd3b95e2 /test
parentaed1a09401b5ebec4278fd2e393c1249a0efd562 (diff)
downloadkafka-python-absolute_import.tar.gz
Always absolute_importabsolute_import
Diffstat (limited to 'test')
-rw-r--r--test/__init__.py2
-rw-r--r--test/conftest.py2
-rw-r--r--test/fixtures.py2
-rw-r--r--test/service.py2
4 files changed, 8 insertions, 0 deletions
diff --git a/test/__init__.py b/test/__init__.py
index 0eb2edc..3d2ba3d 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -1,3 +1,5 @@
+from __future__ import absolute_import
+
import sys
if sys.version_info < (2, 7):
diff --git a/test/conftest.py b/test/conftest.py
index c2ef1dd..79ad074 100644
--- a/test/conftest.py
+++ b/test/conftest.py
@@ -1,3 +1,5 @@
+from __future__ import absolute_import
+
import os
import pytest
diff --git a/test/fixtures.py b/test/fixtures.py
index b8d6fc3..637896d 100644
--- a/test/fixtures.py
+++ b/test/fixtures.py
@@ -1,3 +1,5 @@
+from __future__ import absolute_import
+
import atexit
import logging
import os
diff --git a/test/service.py b/test/service.py
index 8895a10..47fb846 100644
--- a/test/service.py
+++ b/test/service.py
@@ -1,3 +1,5 @@
+from __future__ import absolute_import
+
import logging
import os
import re