pep8 compliance

This commit is contained in:
Ryan Petrello
2012-10-29 11:35:45 -04:00
parent 19b291d20d
commit 0a30cd57b1
19 changed files with 675 additions and 661 deletions

View File

@@ -154,8 +154,8 @@ class ShellCommand(BaseCommand):
try:
shell().invoke(locs, banner)
except ImportError, e:
warn(
("%s is not installed, `%s`, "
warn((
"%s is not installed, `%s`, "
"falling back to native shell") % (self.args.shell, e),
RuntimeWarning
)