Fix pep8 E401 multiple imports on one line

This commit is contained in:
Lee Clemens 2015-06-26 12:51:19 -04:00
parent f2d0230a67
commit 7667712909
21 changed files with 85 additions and 31 deletions

View file

@ -40,7 +40,8 @@ except ImportError:
from distutils.command.build_scripts import build_scripts
import os
from os.path import isfile, join, isdir
import sys, warnings
import sys
import warnings
from glob import glob
if setuptools and "test" in sys.argv: