Browse Source

Import from the correct module

rtmp_test
Philipp Hagemeister 12 years ago
parent
commit
73dce4b2e4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/utils.py

+ 1
- 1
youtube_dl/utils.py View File

@ -47,7 +47,7 @@ except ImportError: # Python 2
import httplib as compat_html_client
try:
from urllib.parse.parse_qs import parse_qs as compat_parse_qs
from urllib.parse import parse_qs as compat_parse_qs
except ImportError: # Python 2
from urlparse import parse_qs as compat_parse_qs


Loading…
Cancel
Save