view chef.py @ 776:3799621cd25b

admin: Correctly flush loggers before exiting.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 04 Jul 2016 00:16:26 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()