From e33850c2f204a9228dd08777b760f1d1c60ae8b3 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 27 Aug 2012 16:44:20 +0800 Subject: [PATCH] update test.py --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index ab08a6f..345433e 100755 --- a/test/test.py +++ b/test/test.py @@ -4,7 +4,7 @@ import os outf = open('out.html','w') -outf.write('
') +outf.write('
') for f in os.listdir('pdf'): if not f.lower().endswith('.pdf'):