tssss
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 11 Jan 2010 17:43:07 +0000 (17:43 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 11 Jan 2010 17:43:07 +0000 (17:43 +0000)
module-tools.py

index 40f8f79..332e87c 100755 (executable)
@@ -897,7 +897,7 @@ c: cat the current tag file
 n: move to next file"""%locals()
 
             if prompt("Want to review changes on tags files",False):
-                tagsdict = dict ( [ (x, 'todo') for tagsfile in tagsfiles ] )
+                tagsdict = dict ( [ (x, 'todo') for x in tagsfiles ] )
                 default_answer='d'
             else:
                 break