several fixes to run successfully tests

This commit is contained in:
Romain Bignon 2012-01-17 17:46:13 +01:00
commit abb24b9954
9 changed files with 80 additions and 76 deletions

View file

@ -21,7 +21,7 @@
from datetime import datetime
from weboob.tools.test import BackendTest
from dlfp.browser import DLFP
from .browser import DLFP
__all__ = ['DLFPTest']