aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_easy_install.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-14 21:45:22 +0700
committerstepshal <nessento@openmailbox.org>2016-07-14 21:45:22 +0700
commit01de794bc829cc9eb0c1512b3570acec970e1acf (patch)
tree35d0e3cdfa8efd0c59c7612d1511ec3e976abb73 /setuptools/tests/test_easy_install.py
parent8e80ee745b620086bea2111236f85fa2376d748f (diff)
downloadexternal_python_setuptools-01de794bc829cc9eb0c1512b3570acec970e1acf.tar.gz
external_python_setuptools-01de794bc829cc9eb0c1512b3570acec970e1acf.tar.bz2
external_python_setuptools-01de794bc829cc9eb0c1512b3570acec970e1acf.zip
Put imports in same block alphabeticaly.
Diffstat (limited to 'setuptools/tests/test_easy_install.py')
-rw-r--r--setuptools/tests/test_easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 894c4fd8..94b25f2e 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -15,8 +15,8 @@ import itertools
import distutils.errors
import io
-from setuptools.extern.six.moves import urllib
import time
+from setuptools.extern.six.moves import urllib
import pytest
try: