diff options
| author | Darshit Shah <darnir@gnu.org> | 2020-12-28 02:10:10 +0100 |
|---|---|---|
| committer | Darshit Shah <darnir@gnu.org> | 2020-12-28 02:10:10 +0100 |
| commit | 4fad8a7e2d57874aecc97b9fa7790c30ded4da84 (patch) | |
| tree | 58c2651a98a6b975bd7b171c56612d2985380b38 /testenv/Test--https.py | |
| parent | 97186673014b15a1e26a6f91b4905add6962d1a6 (diff) | |
| download | wget-4fad8a7e2d57874aecc97b9fa7790c30ded4da84.tar.gz | |
testenv/Test--https.py: Fix missing import
Diffstat (limited to 'testenv/Test--https.py')
| -rwxr-xr-x | testenv/Test--https.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Test--https.py b/testenv/Test--https.py index f3e14151..d9431a39 100755 --- a/testenv/Test--https.py +++ b/testenv/Test--https.py @@ -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 |
