view chef.py @ 438:cff70eeb1cc1

bug: Fix routing bug introduced by 21e26ed867b6.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 27 Jun 2015 22:18:50 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()