view chef.py @ 968:20f49786937c

admin: Fix bug on the publish view.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 08 Oct 2017 09:31:15 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()