view chef.py @ 514:c9c305645e5f

tests: Fix processing test after adding `PygmentsStyleProcessor`.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 26 Jul 2015 23:05:04 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()