view chef.py @ 976:b9374b3682f0

pagination: Prevent a possible crash when paginating things without a current page. This is mostly for unit testing.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 17 Oct 2017 01:09:55 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()