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

« back to all changes in this revision

Viewing changes to nova/manager.py

  • 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:
45
45
        yield
46
46
 
47
47
    def init_host(self):
48
 
       """Do any initialization that needs to be run if this is a standalone service.
49
 
 
50
 
       Child classes should override this method.
51
 
       """
52
 
       pass
 
48
        """Do any initialization that needs to be run if this is a standalone
 
49
        service. Child classes should override this method."""
 
50
        pass