view chef.py @ 10:cd35d356ccce

Fix some bugs with iterators, add some unit tests.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 17 Aug 2014 21:18:48 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()