view chef.py @ 146:0609739169bd

Don't fail if trying to clean up a file that has already been deleted.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 29 Nov 2014 20:58:28 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()