[brightcove] Order imports alphabetically

This commit is contained in:
Sergey M․ 2015-11-14 06:08:36 +06:00
parent c7b959ce38
commit fd91257c40
1 changed files with 3 additions and 3 deletions

View File

@ -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,
)