From 4c3643d390785efa05ed33ccdc0eff8fae4e2158 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Wed, 15 Feb 2012 12:21:39 +0400 Subject: [PATCH] Change default templates place (from overlay). --- pym/cl_fill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_fill.py b/pym/cl_fill.py index cccb95c..d183877 100644 --- a/pym/cl_fill.py +++ b/pym/cl_fill.py @@ -64,7 +64,7 @@ class fillVars(varsShare): def get_cl_template_path(self): """Paths to template files""" - return ["/usr/share/calculate/templates", + return ["/var/lib/layman/calculate/profiles/templates", "/var/calculate/templates", "/var/calculate/remote/templates"]