view chef.py @ 360:95874699ec2e

sources: Fix how the `autoconfig` source iterates over its structure.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 20 Apr 2015 23:57:10 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()