From d9f86e26d96afd6adcc6115bd01e3be13a8a6795 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 7 Oct 2011 13:15:52 +0200 Subject: [PATCH] consistent naming Signed-off-by: Steven Armstrong --- lib/cdist/core/object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdist/core/object.py b/lib/cdist/core/object.py index e224a18f..c47fc905 100644 --- a/lib/cdist/core/object.py +++ b/lib/cdist/core/object.py @@ -109,7 +109,7 @@ class Object(object): ) @property - def code(self): + def code_local(self): return os.path.join(self.path, "code-local") @property