From b4013acd97851b041a47afa87e0da137e556ca3f Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Thu, 21 Feb 2008 12:22:05 +0000 Subject: [PATCH] sort the output --- tools/gen_gallery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gen_gallery.py b/tools/gen_gallery.py index f650b7f4..bbf4993b 100644 --- a/tools/gen_gallery.py +++ b/tools/gen_gallery.py @@ -4,6 +4,7 @@ import os,sys,re # this sucks patches = [ x for x in os.listdir('.') if re.match(r'.*\.gif$', x) ] +patches.sort() print '''