Mercurial > wikked
view wk.py @ 187:5ac0b5fe4cee
Fixed a bug with figuring out authorizations for anonymous users.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 04 Feb 2014 23:07:14 -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()