# HG changeset patch # User Thomas De Schampheleire # Date 2018-09-24 22:37:44 # Node ID a38e889683bc55b852f55db128b1969c5728f083 # Parent 415cc651bd831d9a81122672ce87164d403f0d7f make-config: drop unused variables TMPL and here diff --git a/kallithea/lib/paster_commands/make_config.py b/kallithea/lib/paster_commands/make_config.py --- a/kallithea/lib/paster_commands/make_config.py +++ b/kallithea/lib/paster_commands/make_config.py @@ -29,9 +29,6 @@ from collections import defaultdict 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