This commit is contained in:
Andrey Kamaev 2011-10-31 13:19:12 +00:00
parent 11a5e78042
commit 1d5e407211

View File

@ -18,7 +18,7 @@ if __name__ == "__main__":
files.append(os.path.abspath(arg))
html = None
for f in files:
for f in sorted(files):
try:
fobj = open(f)
if not fobj: