More PEP8 compliancy.

This commit is contained in:
Ryan Petrello
2012-03-20 02:07:42 -04:00
parent c338124379
commit 7455b9ff46
9 changed files with 26 additions and 27 deletions

View File

@@ -98,7 +98,6 @@ class ServeCommand(BaseCommand):
paths.append((os.path.dirname(conf.__file__), False))
return paths
def _serve(self, app, conf):
from wsgiref.simple_server import make_server