Mercurial > odfcast
view main.py @ 46:f270eaa7de8d
Fix typo
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 24 Oct 2014 13:25:12 +0200 |
parents | 5c3aba401382 |
children | dcf870775c26 |
line wrap: on
line source
# -*- coding: utf-8 -*- if __name__ == "__main__": from odfcast import app app.run()