Browse Source

[test_youtube_signature] Fix import

Broken in commit 8c25f81bee
totalwebcasting
Michael Käufl 10 years ago
committed by Philipp Hagemeister
parent
commit
498942f187
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_youtube_signature.py

+ 1
- 1
test/test_youtube_signature.py View File

@ -14,7 +14,7 @@ import re
import string import string
from youtube_dl.extractor import YoutubeIE from youtube_dl.extractor import YoutubeIE
from youtube_dl.utils import compat_str, compat_urlretrieve
from youtube_dl.compat import compat_str, compat_urlretrieve
_TESTS = [ _TESTS = [
( (


Loading…
Cancel
Save