Mercurial > odfcast
view main.py @ 39:fceca6088481
Require flask >= 0.7
With 0.7 the class based views got introduced in flask
http://flask.pocoo.org/docs/0.10/views/
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 16 Oct 2014 12:53:04 +0200 |
parents | 5c3aba401382 |
children | dcf870775c26 |
line wrap: on
line source
# -*- coding: utf-8 -*- if __name__ == "__main__": from odfcast import app app.run()