view chef.py @ 726:6e92b5cd0163

purge: Delete the whole cache directory, not just the current sub-cache.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 29 May 2016 22:18:50 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()