view backend.py @ 232:dbc855c585cf

Fixed a bug in the setup script.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 14 Mar 2014 21:41:15 -0700
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

if __name__ == '__main__':
    app.start()