libre10 git
Revision | 1a91ec1daca204718147d7f381c23d9c7631e4fe (tree) |
---|---|
Zeit | 2013-11-19 01:08:45 |
Autor | gn64_jp <gn64@rec1...> |
Commiter | gn64_jp |
fix miss.
@@ -66,7 +66,7 @@ create table pdffile ( | ||
66 | 66 | dbcon.execute(sql) |
67 | 67 | except: |
68 | 68 | "" |
69 | -rex1=re.compile(ur'[\n<>&\x0c]',ur'') | |
69 | +rex1=re.compile(ur'[\n<>&\x0c]') | |
70 | 70 | rex2=re.compile(ur'([^0-9a-zA-Z.,_\-])[/s ]+?([^0-9a-zA-Z.,_\-])') |
71 | 71 | rex3=re.compile('\x00') |
72 | 72 | def index_rebuild(): |