From: Bernie Innocenti Date: Mon, 15 Dec 2008 03:08:12 +0000 (-0500) Subject: Converted macros to Python 3.0 with 2to3 X-Git-Tag: v4.0~18 X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=commitdiff_plain;h=646dc8bc26dcd333a5f0b1735d5c266f767fb123 Converted macros to Python 3.0 with 2to3 --- diff --git a/macros/WordIndex.py b/macros/WordIndex.py old mode 100755 new mode 100644 index 81cd0f9..613efb5 --- a/macros/WordIndex.py +++ b/macros/WordIndex.py @@ -10,7 +10,7 @@ def _macro_WordIndex(argv): except KeyError: map[word] = [name] - all_words = map.keys() + all_words = list(map.keys()) all_words.sort() last_letter = None # set title