view backend.py @ 190:3e14f66670f1

Smaller button to show diffs in history page.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 06 Feb 2014 07:57:56 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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