1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-10 21:17:07 -05:00

Remove unused imports and simplify

This commit is contained in:
Philipp Hagemeister
2014-02-02 12:03:36 +01:00
parent f0ce2bc1c5
commit d55433bbfd
8 changed files with 29 additions and 37 deletions

View File

@@ -1,7 +1,6 @@
from __future__ import unicode_literals
import re
import json
import xml.etree.ElementTree
import datetime