From: Georgios Kontaxis Date: Thu, 25 Jun 2026 16:13:58 +0000 (+0000) Subject: nits X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=HEAD;p=eTLDplusOne.git nits --- diff --git a/makedb.py b/makedb.py index 067cc5b..47d27c7 100644 --- a/makedb.py +++ b/makedb.py @@ -17,7 +17,7 @@ dirname = os.path.dirname(sys.argv[0]) # Populate eTLDs records array eTLDs = [] -f = file(os.path.join(dirname, "public_suffix_list.dat"), "r") +f = open(os.path.join(dirname, "public_suffix_list.dat"), "r") # The list is a set of rules, with one rule per line. for line in f: