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:
parent
ab84546d48
commit
a951a0b65e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user