Fixing silly pep8 error

This commit is contained in:
Salvatore Orlando 2011-07-21 17:37:24 +01:00
commit 70ed0712c6
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class FakePlugin(object):
"""
def __init__(self):
db.configure_db({'sql_connection':'sqlite:///:memory:'})
db.configure_db({'sql_connection': 'sqlite:///:memory:'})
FakePlugin._net_counter = 0
def _get_network(self, tenant_id, network_id):