fix PEP8 "E401 multiple imports on one line"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:36:12 -04:00
parent fcca0ddb1f
commit 2f2618e06c
10 changed files with 22 additions and 10 deletions

View file

@ -22,7 +22,8 @@ import traceback
from optparse import OptionParser
import logging
import common, metadata
import common
import metadata
from common import BuildException
from common import VCSException