view chef.py @ 349:c484e1ec9150

tests: Add more utility functions to the mock file-system.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 17 Apr 2015 16:05:28 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()