No need to support deprecated cgi module
This commit is contained in:
parent
1025f71eb9
commit
c193cae3b9
4 changed files with 4 additions and 20 deletions
|
|
@ -21,11 +21,7 @@
|
|||
import re
|
||||
import urlparse
|
||||
from logging import warning, debug
|
||||
|
||||
try:
|
||||
from urlparse import parse_qs
|
||||
except ImportError:
|
||||
from cgi import parse_qs
|
||||
from urlparse import parse_qs
|
||||
|
||||
from weboob.tools.misc import html2text, get_bytes_size
|
||||
from weboob.capabilities.torrent import Torrent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue