]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/downloader/dash.py
[downloader/dash] Reorder imports
[youtube-dl] / youtube_dl / downloader / dash.py
index 18eca2c0426d22193155a1408f34249904881e02..5f14658ba731cd5479caec1eb65f340714de0a4a 100644 (file)
@@ -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):
     """