view chef.py @ 287:7081a5f88e10

sitemap: Fix broken API call.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Mar 2015 00:26:08 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()