Mercurial > odfcast
view main.py @ 67:5d1e486140ae
Support merging of pdf documents with different names in the uploaded data
This is mostly a fix for older python requests versions which don't allow to
send several files for one form name.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 01 Dec 2014 16:04:32 +0100 |
parents | 5c3aba401382 |
children | dcf870775c26 |
line wrap: on
line source
# -*- coding: utf-8 -*- if __name__ == "__main__": from odfcast import app app.run()