1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

Missing imports in utils

This commit is contained in:
Johan Andersson 2013-03-24 20:20:16 +01:00
parent ab84546d48
commit a951a0b65e

View File

@ -3,6 +3,9 @@
from __future__ import absolute_import
import sys
import logging
import re
import xml.etree.ElementTree as ET
import json
if sys.version_info > (3, 0):
from urllib.request import Request, urlopen, build_opener, HTTPCookieProcessor