changeset 7379:a38e889683bc

make-config: drop unused variables TMPL and here
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 24 Sep 2018 22:37:44 +0200
parents 415cc651bd83
children bc60e907f73d
files kallithea/lib/paster_commands/make_config.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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