view chef.py @ 777:8d633ca59bc5

admin: Fixes for the Git support.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 04 Jul 2016 00:22:30 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()