Cleaned up pep8/pylint for bin/* files. I did not fix rsapi since this is already cleaned up in another branch.

This commit is contained in:
Eric Day
2010-08-07 19:51:17 -07:00
parent ad6474a886
commit 288dc19762
7 changed files with 127 additions and 119 deletions

View File

@@ -30,15 +30,9 @@ from nova.objectstore import handler
FLAGS = flags.FLAGS
def main():
app = handler.get_application()
print app
return app
# NOTE(soren): Stolen from nova-compute
if __name__ == '__main__':
twistd.serve(__file__)
if __name__ == '__builtin__':
utils.default_flagfile()
application = main()
application = handler.get_application()