view chef.py @ 101:d74ae33832ae

Fix a bug with the posts source incorrectly escaping regex characters.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 13 Sep 2014 23:31:47 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()