Commit cbb03edb authored by Jason R. Coombs's avatar Jason R. Coombs

Reorganized imports

--HG--
branch : distribute
extra : rebase_source : 6836f95f7e0668d6bd3e34f915d16de21d4f3731
parent 7e5b8c11
...@@ -10,7 +10,15 @@ file, or visit the `EasyInstall home page`__. ...@@ -10,7 +10,15 @@ file, or visit the `EasyInstall home page`__.
__ http://packages.python.org/distribute/easy_install.html __ http://packages.python.org/distribute/easy_install.html
""" """
import sys, os, os.path, zipimport, shutil, tempfile, zipfile, re, stat, random import sys
import os
import zipimport
import shutil
import tempfile
import zipfile
import re
import stat
import random
from glob import glob from glob import glob
from setuptools import Command, _dont_write_bytecode from setuptools import Command, _dont_write_bytecode
from setuptools.sandbox import run_setup from setuptools.sandbox import run_setup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment