view chef.py @ 490:4a9047850657

cm: Fix benchmark website generation on Windows.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 22 Jul 2015 22:20:35 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()