~reldan/nova/l-m-n-fix-network-info

« back to all changes in this revision

Viewing changes to bin/nova-api

  • Committer: Eric Day
  • Date: 2010-10-21 18:49:51 UTC
  • mto: This revision was merged to the branch mainline in revision 377.
  • Revision ID: eday@oddments.org-20101021184951-x0vs3s8y7mc0aeyy
PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
FLAGS = flags.FLAGS
40
40
flags.DEFINE_integer('api_port', 8773, 'API port')
41
41
 
 
42
 
42
43
def main(_args):
43
44
    from nova import api
44
45
    from nova import wsgi