view chef.py @ 658:a920b2ab1f31

admin: Fix OS-specific new line problems when editing pages.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 25 Feb 2016 23:26:36 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()