Mercurial > wikked
view wk.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 | 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()