From 6e7acd77707c16aa79cec22238ef944682d9184b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 22 Mar 2020 17:27:24 +0000 Subject: Python 2 -> 3 --- https-what-repos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'https-what-repos.py') diff --git a/https-what-repos.py b/https-what-repos.py index eec3e39..9237f76 100755 --- a/https-what-repos.py +++ b/https-what-repos.py @@ -11,4 +11,4 @@ url = "https://wiki.cryptech.is/wiki/GitRepositories" for x in ElementTree(file = urlopen(url)).iter("{http://www.w3.org/1999/xhtml}code"): if x.text.startswith("https://git.cryptech.is/") and x.text.endswith(".git"): - print x.text + print(x.text) -- cgit v1.2.3