mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
sort the output
This commit is contained in:
parent
394d193969
commit
b4013acd97
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue