moved the Weboob class
This commit is contained in:
parent
ab84d29634
commit
458c92b4f8
4 changed files with 40 additions and 18 deletions
|
|
@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
import re
|
||||
import os
|
||||
import sys
|
||||
from logging import warning
|
||||
from logging import warning, debug
|
||||
|
||||
import weboob.backends as backends
|
||||
|
||||
|
|
@ -53,4 +53,4 @@ class ModulesLoader:
|
|||
warning('Module "%s" is already loaded (%s)' % self.modules[name].module)
|
||||
return
|
||||
self.modules[name] = backend
|
||||
print 'Loaded module %s (%s)' % (name, backend.module.__name__)
|
||||
debug('Loaded module %s (%s)' % (name, backend.module.__name__))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue