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
|
|
@ -25,11 +25,7 @@ from weboob.tools.browser.decorators import id2url
|
|||
from StringIO import StringIO
|
||||
from time import time
|
||||
import re
|
||||
|
||||
try:
|
||||
from urlparse import parse_qs
|
||||
except ImportError:
|
||||
from cgi import parse_qs
|
||||
from urlparse import parse_qs
|
||||
|
||||
|
||||
__all__ = ['RadioFranceBrowser', 'RadioFranceVideo']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue