Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #207
Ticket #207
: testssl.py
File testssl.py,
203 bytes
(added by
Tom Goddard
,
10 years ago
)
Line
1
url
=
'https://github.com/mesoscope/cellPACK_data/raw/master/cellPACK_database_1.1.0/results/HIV-1_0.1.6.apr.json'
2
from
urllib.request
import
Request
,
urlopen
3
request
=
Request
(
url
)
4
h
=
urlopen
(
request
)
Download in other formats:
Original Format