comparison scripts/generate-ini.py @ 8651:495dea7c2a13

ini: get rid of path 'paster_commands' We are no longer using 'paster'. The location of the template.ini.make file is a leftover from old times.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 06 Oct 2020 20:18:40 +0200
parents 6eb1f66ac23f
children
comparison
equal deleted inserted replaced
8650:833b93e83349 8651:495dea7c2a13
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 """ 2 """
3 Based on kallithea/lib/paster_commands/template.ini.mako, generate development.ini 3 Generate development.ini based on the ini template.
4 """ 4 """
5 5
6 import re 6 import re
7 7
8 from kallithea.lib import inifile 8 from kallithea.lib import inifile