aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setuptools/tests/test_develop.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/setuptools/tests/test_develop.py b/setuptools/tests/test_develop.py
index 8e905357..d6c24219 100644
--- a/setuptools/tests/test_develop.py
+++ b/setuptools/tests/test_develop.py
@@ -1,9 +1,14 @@
"""develop tests
"""
+
+from __future__ import absolute_import
+
import os
import site
import sys
import io
+import textwrap
+import subprocess
from setuptools.extern import six
@@ -116,10 +121,6 @@ class TestDevelop:
# assert '0.0' not in foocmd_text
-import textwrap
-import subprocess
-
-
class TestNamespaces:
@staticmethod
def build_namespace_package(tmpdir, name):