view chef.py @ 983:7fe1151595bf

tests: Fix non-determinism in linker tests.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 30 Oct 2017 18:58:28 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()