view wk.py @ 182:7533ffec1b5a

Display only the name of the committer, if possible.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 01 Feb 2014 14:04:01 -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()