view chef.py @ 162:c4b155b08b52

paths: properly format lists of paths.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 01 Jan 2015 21:10:46 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()