mirror of
https://gitlab.com/gnuwget/wget.git
synced 2025-07-29 12:37:24 +00:00
testenv/Test--https.py: Fix missing import
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user