view backend.py @ 221:4306c6b56b30

Some optimizations for `wk update`: - don't always load/format the text contents. - better naming for a few functions.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 03 Mar 2014 22:03:06 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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