core: Use the new vocabulary
This commit is contained in:
parent
a4083f89a6
commit
8bf0cba300
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class Module(object):
|
||||||
|
|
||||||
def create_instance(self, weboob, instance_name, config, storage):
|
def create_instance(self, weboob, instance_name, config, storage):
|
||||||
backend_instance = self.klass(weboob, instance_name, config, storage, self.logger)
|
backend_instance = self.klass(weboob, instance_name, config, storage, self.logger)
|
||||||
self.logger.debug(u'Created backend instance "%s" for backend "%s"' % (instance_name, self.name))
|
self.logger.debug(u'Created backend "%s" for module "%s"' % (instance_name, self.name))
|
||||||
return backend_instance
|
return backend_instance
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue