No need to support deprecated cgi module

This commit is contained in:
Laurent Bachelier 2013-07-27 15:19:58 +02:00
commit c193cae3b9
4 changed files with 4 additions and 20 deletions

View file

@ -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']