sort the output

This commit is contained in:
Jon Dowland 2008-02-21 12:22:05 +00:00
parent 394d193969
commit b4013acd97

View file

@ -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 '''<style type="text/css">
div {