view scripts/jouvence @ 30:ff71a3e7fab0

html: Don't make a notes section if there are no notes.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Jan 2017 09:18:36 -0800
parents ee741bbe96a8
children
line wrap: on
line source

#!/usr/bin/env python
import os.path
import sys


sys.path.append(os.path.dirname(os.path.dirname(__file__)))


if __name__ == '__main__':
    from jouvence.cli import main
    main()