Codebase list mirage / bc62a03
Support loading remote images over HTTPS Thomas Ross 3 years ago
2 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77
88 CHANGES
99 + Convert to Python 3.
10 + Support loading remote images over HTTPS
1011
1112 TRANSLATIONS
1213 + Updated French translations. (Thanks Otyugh <otyugh@riseup.net>)
59775977 inputlist[itemnum] = inputlist[itemnum][: (len(inputlist[itemnum]) - 1)]
59785978 if not (
59795979 inputlist[itemnum].startswith("http://")
5980 or inputlist[itemnum].startswith("https://")
59805981 or inputlist[itemnum].startswith("ftp://")
59815982 ):
59825983 inputlist[itemnum] = os.path.abspath(inputlist[itemnum])