From: Yen Chi Hsuan Date: Thu, 4 Jun 2015 14:12:05 +0000 (+0800) Subject: [downloader/dash] Reorder imports X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=453a1617aac6e8000ed947cad7d88817c5740ede;p=youtube-dl [downloader/dash] Reorder imports --- diff --git a/youtube_dl/downloader/dash.py b/youtube_dl/downloader/dash.py index 18eca2c04..5f14658ba 100644 --- a/youtube_dl/downloader/dash.py +++ b/youtube_dl/downloader/dash.py @@ -1,9 +1,10 @@ from __future__ import unicode_literals -from .common import FileDownloader -from ..compat import compat_urllib_request import re +from .common import FileDownloader +from ..compat import compat_urllib_request + class DashSegmentsFD(FileDownloader): """