view chef.py @ 734:3f01f63b7247

routing: Correctly call the underlying route template function from a merged one.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 01 Jun 2016 22:19:01 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()