view backend.py @ 172:27492ea65657

More work on initialization/teardown: - Share the same Mercurial command server across requests. - Better handling of database sessions.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Jan 2014 08:16:35 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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