parent
46a56f5d87
commit
05b9bbdb2e
5 changed files with 30 additions and 14 deletions
|
|
@ -19,10 +19,8 @@
|
|||
import mechanize
|
||||
import urllib
|
||||
import urllib2
|
||||
try:
|
||||
from mechanize import ControlNotFoundError
|
||||
except ImportError:
|
||||
from ClientForm import ControlNotFoundError
|
||||
from weboob.tools.mech import ClientForm
|
||||
ControlNotFoundError = ClientForm.ControlNotFoundError
|
||||
import re
|
||||
import time
|
||||
from logging import warning, debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue