testenv/Test--https.py: Fix missing import

This commit is contained in:
Darshit Shah 2020-12-28 02:10:10 +01:00
parent 9718667301
commit 4fad8a7e2d

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3
from sys import exit
from test.http_test import HTTPTest
from test.base_test import HTTPS
from test.base_test import HTTPS, SKIP_TEST
from misc.wget_file import WgetFile
import os