view chef.py @ 119:0811f92cbdc7

Slightly more robust dependency handling for the LESS processor.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Oct 2014 08:19:58 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()