view chef.py @ 700:76a799eae824

internal: Fix compatibility with older Python 3.x.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Apr 2016 22:13:22 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()