diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-25 03:47:32 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-25 03:47:32 +0100 |
commit | d0efb9ec9a85662fa43f026339821513ac2f039c (patch) | |
tree | 5c4eae6dd0fb7a5c10a658f3f44380213470af0d /test/test_youtube_lists.py | |
parent | ac05067d3dbc68cd50e8e07d51700b5a8a698a29 (diff) |
[tests] Remove global_setup function
Diffstat (limited to 'test/test_youtube_lists.py')
-rw-r--r-- | test/test_youtube_lists.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_youtube_lists.py b/test/test_youtube_lists.py index 938517a2d..8fd073f31 100644 --- a/test/test_youtube_lists.py +++ b/test/test_youtube_lists.py @@ -6,8 +6,7 @@ import sys import unittest sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) -from test.helper import FakeYDL, global_setup -global_setup() +from test.helper import FakeYDL from youtube_dl.extractor import ( |