trackplacer: fix generation of a magic comment.

This commit is contained in:
Eric S. Raymond 2008-10-14 23:52:43 +00:00
parent 48cadae1ad
commit 3c90e126d5

View File

@ -111,7 +111,7 @@ class JourneyTrack:
fp.write("# Hand-hack strictly at your own risk\n")
fp.write("#\n")
fp.write("# trackplacer: map=%s\n" % self.mapfile)
fp.write("# wmllint: no text\n")
fp.write("# wmllint: no translatables\n")
fp.write("#\n")
index_tuples = zip(range(len(self.track)), self.track)
index_tuples = filter(lambda (i, (a, x, y)): a in segmenters,