removed unwanted whitespaces

This commit is contained in:
mdipierro
2012-08-16 11:56:07 -05:00
parent f78f27982b
commit a608df5a29
90 changed files with 253 additions and 162 deletions
+3 -2
View File
@@ -130,12 +130,12 @@ class Servers:
config.update(options)
sys.argv = ['anyserver.py']
class GunicornApplication(Application):
def init(self, parser, opts, args):
def init(self, parser, opts, args):
return config
def load(self):
return app
g = GunicornApplication()
g.run()
g.run()
@staticmethod
def eventlet(app,address, **options):
@@ -308,3 +308,4 @@ if __name__=='__main__':