More bin/ pep8/pylint cleanup.

This commit is contained in:
Eric Day
2010-08-18 17:39:12 -07:00
parent bfecd5691b
commit f3eca67375
8 changed files with 19 additions and 17 deletions

View File

@@ -29,4 +29,4 @@ if __name__ == '__main__':
twistd.serve(__file__)
if __name__ == '__builtin__':
application = service.VolumeService.create()
application = service.VolumeService.create() # pylint: disable-msg=C0103