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
|
|
@ -18,12 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
try:
|
||||
from urlparse import parse_qs
|
||||
except ImportError:
|
||||
from cgi import parse_qs
|
||||
|
||||
from urlparse import urlsplit
|
||||
from urlparse import parse_qs, urlsplit
|
||||
|
||||
from weboob.capabilities.torrent import Torrent
|
||||
from weboob.capabilities.base import NotAvailable, NotLoaded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue