Mercurial > wikked
view wk.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 | a71822a4beed |
children | c6dd9b0c5009 |
line wrap: on
line source
#!/usr/local/bin/python import logging from wikked.witch import main # Configure logging. logging.basicConfig(level=logging.DEBUG, format="[%(levelname)s]: %(message)s") if __name__ == "__main__": main()