moved firefox_cookies into weboob.tools.browser
This commit is contained in:
parent
0deef319f0
commit
cd5085f564
2 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ from weboob.tools.decorators import retry
|
|||
|
||||
# Try to load cookies
|
||||
try:
|
||||
from weboob.tools.firefox_cookies import FirefoxCookieJar
|
||||
from .firefox_cookies import FirefoxCookieJar
|
||||
except ImportError, e:
|
||||
warning("Unable to store cookies: %s" % e)
|
||||
HAVE_COOKIES = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue