moved the Weboob class

This commit is contained in:
Romain Bignon 2010-02-20 13:57:04 +01:00
commit 458c92b4f8
4 changed files with 40 additions and 18 deletions

View file

@ -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__))