view chef.py @ 883:803c5c28a71f

showrecord: Fix bug when filtering output paths.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 17 Jun 2017 15:14:38 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()