~james-page/charms/trusty/midonet-api/review-fixes

« back to all changes in this revision

Viewing changes to hooks/services.py

  • Committer: Antoni Segura Puimedon
  • Date: 2015-10-24 16:28:01 UTC
  • Revision ID: toni@midokura.com-20151024162801-4osno6y6yrqpacwp
fix flake8

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
            'port': self.port,
149
149
        }
150
150
 
 
151
 
151
152
def manage():
152
153
    midonet_api_relation = MidonetApiRelation()
153
154
    cfg = ApiConfig()