view chef.py @ 538:423f06934358

cm: Ignore Rope cache.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Jul 2015 23:51:28 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()