view chef.py @ 155:70b86e904b85

Properly use, or not, the debugging when using the chef server.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 27 Dec 2014 18:14:06 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()