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

« back to all changes in this revision

Viewing changes to nova/fakerabbit.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:
130
130
                self._exchanges[exchange].publish(
131
131
                        message, routing_key=routing_key)
132
132
 
133
 
 
134
133
    __instance = None
135
134
 
136
135
    def __init__(self, *args, **kwargs):