aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/bdist_egg.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/command/bdist_egg.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/command/bdist_egg.py')
-rw-r--r--setuptools/command/bdist_egg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/bdist_egg.py b/setuptools/command/bdist_egg.py
index 9cebd7fa..c40022a1 100644
--- a/setuptools/command/bdist_egg.py
+++ b/setuptools/command/bdist_egg.py
@@ -8,8 +8,8 @@ from distutils import log
from types import CodeType
import sys
import os
-import marshal
import textwrap
+import marshal
from setuptools.extern import six