view wk.py @ 193:f6ab8af58055 0.2.0

UI improvements to page editing: - Fixed problems with element sizing. - Fixed preview of meta properties. - Renamed `@color-footer` to `@color-gray`.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 06 Feb 2014 08:00:05 -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()