view chef.py @ 502:f07b7562328f

cm: Error in `.hgignore`. Weird.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 23 Jul 2015 23:34:36 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()