view chef.py @ 24:644869022b6e

Mock `os.path.isfile`, and fix a few other test utilities.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Aug 2014 11:06:48 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()