Update murano_handlers.py

Removed it by mistake.
This commit is contained in:
Viswesuwara nathan 2016-10-27 16:42:07 +05:30 committed by GitHub
parent d6665ea133
commit 469ca80347
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ def init_db():
@reactive.when_not('io-murano.imported')
@reactive.when('config.rendered')
@reactive.when(*COMPLETE_INTERFACE_STATES)
def import_io_murano():
def import_io_murano(*args):
murano.import_io_murano()
reactive.set_state('io-murano.imported')