diff options
| author | 2020-05-03 00:06:41 -0400 | |
|---|---|---|
| committer | 2020-05-03 00:06:41 -0400 | |
| commit | f5a2f273c0ccfac264ddfd45384dadfe25d9d7a5 (patch) | |
| tree | 92f4a00290fc49d27badcde094910f7a5bb8f783 /test/test_results.py | |
| parent | 6979a952d58bb018e3636276f141ae28c4599143 (diff) | |
| parent | 90e50db2e3c38f523bb5195d295290b06e5cedb0 (diff) | |
Update upstream source from tag 'upstream/1.13.6'
Update to upstream version '1.13.6'
with Debian dir 56019140fd27c135929da929f616e2bc3456deb9
Diffstat (limited to 'test/test_results.py')
| -rw-r--r-- | test/test_results.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/test_results.py b/test/test_results.py index bfed2ca..046efc5 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -9,12 +9,15 @@ import os import sys +import unittest + import re import json import hashlib import datetime -import unittest -from gallery_dl import extractor, util, job, config, exception + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) +from gallery_dl import extractor, util, job, config, exception # noqa E402 # these don't work on Travis CI |
