aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/brightcove.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-11-14 06:08:36 +0600
committerSergey M․ <dstftw@gmail.com>2015-11-14 06:08:36 +0600
commitfd91257c4019a1956cc59eac1232f2c413b9747d (patch)
tree03bbd0ad8d1087cd03d5ff232503da13a2348c6f /youtube_dl/extractor/brightcove.py
parentc7b959ce383040f1d507eef0e43041029583b307 (diff)
downloadyoutube-dl-fd91257c4019a1956cc59eac1232f2c413b9747d.tar.xz
[brightcove] Order imports alphabetically
Diffstat (limited to 'youtube_dl/extractor/brightcove.py')
-rw-r--r--youtube_dl/extractor/brightcove.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py
index ef34ae48f..f137ba8c6 100644
--- a/youtube_dl/extractor/brightcove.py
+++ b/youtube_dl/extractor/brightcove.py
@@ -20,12 +20,12 @@ from ..utils import (
ExtractorError,
find_xpath_attr,
fix_xml_ampersands,
- unescapeHTML,
- unsmuggle_url,
- js_to_json,
float_or_none,
+ js_to_json,
int_or_none,
parse_iso8601,
+ unescapeHTML,
+ unsmuggle_url,
)