mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 20:30:13 +01:00
Update the list command
This commit is contained in:
@@ -162,7 +162,7 @@ assert_eq(expected, sys.prefix)
|
||||
|
||||
# Test SSL (see issue #24).
|
||||
if version.major > 2:
|
||||
Script(f'''
|
||||
Script('''
|
||||
from http import HTTPStatus
|
||||
import urllib.request
|
||||
with urllib.request.urlopen('https://wikipedia.org') as r:
|
||||
|
||||
Reference in New Issue
Block a user