view backend.py @ 182:7533ffec1b5a

Display only the name of the committer, if possible.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 01 Feb 2014 14:04:01 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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