view chef.py @ 478:5ee62af2a4e3

themes: Proper template path fixup for the theme configuration.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 20 Jul 2015 22:22:38 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()