view chef.py @ 913:e053a27e5aae

server: Fix crash when serving temp files like CSS maps.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 May 2017 13:21:18 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()