From 600e7fb5b5d427d6de6810fed08a1ec5227fe8e7 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 7 Oct 2011 16:03:37 +0200 Subject: [PATCH] --typo 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 8a214a58..76f37487 100644 --- a/lib/cdist/core/object.py +++ b/lib/cdist/core/object.py @@ -63,7 +63,7 @@ class Object(object): if DOT_CDIST in dirs: yield os.path.relpath(path, object_base_path) - def __init__(self, type, base_path, object_id=None) + def __init__(self, type, base_path, object_id=None): self.type = type # instance of Type self.base_path = base_path self.object_id = object_id