view chef.py @ 154:a42469dbdc47

Match routes completely, not partially.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 27 Dec 2014 16:47:44 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()