# HG changeset patch # User Thomas De Schampheleire # Date 1537821464 -7200 # Node ID a38e889683bc55b852f55db128b1969c5728f083 # Parent 415cc651bd831d9a81122672ce87164d403f0d7f make-config: drop unused variables TMPL and here diff -r 415cc651bd83 -r a38e889683bc kallithea/lib/paster_commands/make_config.py --- a/kallithea/lib/paster_commands/make_config.py Sat Sep 22 21:29:22 2018 +0200 +++ b/kallithea/lib/paster_commands/make_config.py Mon Sep 24 22:37:44 2018 +0200 @@ -29,9 +29,6 @@ import mako.exceptions -TMPL = 'template.ini.mako' -here = os.path.dirname(os.path.abspath(__file__)) - from kallithea.lib.paster_commands.common import BasePasterCommand from kallithea.lib import inifile