mirror of
https://github.com/mirror/wget.git
synced 2025-01-29 05:40:27 +08:00
testenv/Test--https.py: Fix missing import
This commit is contained in:
parent
9718667301
commit
4fad8a7e2d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user