view chef.py @ 64:9ae3237365eb

PieCrust 1 import: clean empty directories and convert some config values.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 29 Aug 2014 08:06:17 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()