view chef.py @ 42:9e058e221108

Fix a crash when checking for timestamps on template files.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 21 Aug 2014 22:51:52 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()