diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-14 21:45:22 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-14 21:45:22 +0700 |
commit | 01de794bc829cc9eb0c1512b3570acec970e1acf (patch) | |
tree | 35d0e3cdfa8efd0c59c7612d1511ec3e976abb73 /setuptools/command/bdist_egg.py | |
parent | 8e80ee745b620086bea2111236f85fa2376d748f (diff) | |
download | external_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.py | 2 |
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 |