1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

utils: import socket

This commit is contained in:
Olof Johansson 2013-04-21 12:56:59 +02:00
parent e9bd5b8004
commit 119a49b0d2

View File

@ -2,6 +2,7 @@
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
from __future__ import absolute_import from __future__ import absolute_import
import sys import sys
import socket
import logging import logging
import re import re
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET