mirror of
https://github.com/mirror/wget.git
synced 2025-01-30 06:10:08 +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
|
#!/usr/bin/env python3
|
||||||
from sys import exit
|
from sys import exit
|
||||||
from test.http_test import HTTPTest
|
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
|
from misc.wget_file import WgetFile
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user