comparison scripts/generate-ini.py @ 8215:928bc1d8b279 default-i18n

Merge from default
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 06 Feb 2020 01:19:23 +0100
parents aa6f17a53b49
children 4b68fbe195b6
comparison
equal deleted inserted replaced
8214:460e7d2d1b38 8215:928bc1d8b279
1 #!/usr/bin/env python2 1 #!/usr/bin/env python3
2 """ 2 """
3 Based on kallithea/lib/paster_commands/template.ini.mako, generate development.ini 3 Based on kallithea/lib/paster_commands/template.ini.mako, generate development.ini
4 """ 4 """
5 5
6 from __future__ import print_function 6 from __future__ import print_function