From 4db02516e7952d6ab3219d1beb84b4db7f7a6c3d Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 7 Oct 2011 13:16:14 +0200 Subject: [PATCH] consistent naming Signed-off-by: Steven Armstrong --- lib/cdist/core/type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdist/core/type.py b/lib/cdist/core/type.py index f679bb04..8439464e 100644 --- a/lib/cdist/core/type.py +++ b/lib/cdist/core/type.py @@ -117,7 +117,7 @@ class Type(object): return os.path.join(self.path, "manifest") @property - def gencode(self): + def gencode_local(self): return os.path.join(self.path, "gencode-local") @property