From 90e50db2e3c38f523bb5195d295290b06e5cedb0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 3 May 2020 00:06:40 -0400 Subject: New upstream version 1.13.6 --- test/test_text.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/test_text.py') diff --git a/test/test_text.py b/test/test_text.py index 0390823..4f31d81 100644 --- a/test/test_text.py +++ b/test/test_text.py @@ -7,10 +7,14 @@ # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. +import os +import sys import unittest + import datetime -from gallery_dl import text +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) +from gallery_dl import text # noqa E402 INVALID = ((), [], {}, None, 1, 2.3) -- cgit v1.2.3