~0x44/nova/bug838466

« back to all changes in this revision

Viewing changes to bin/nova-network

  • Committer: Eric Day
  • Date: 2010-08-19 00:39:12 UTC
  • mto: This revision was merged to the branch mainline in revision 250.
  • Revision ID: eday@oddments.org-20100819003912-en65gfwm7wp69s2e
More bin/ pep8/pylint cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    twistd.serve(__file__)
34
34
 
35
35
if __name__ == '__builtin__':
 
36
    # pylint: disable-msg=C0103
36
37
    application = service.type_to_class(FLAGS.network_type).create()