From a15972f20da781f61767b060a1243bb2a53ca5ad Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 6 Oct 2011 13:21:48 +0200 Subject: [PATCH] +docstring Signed-off-by: Steven Armstrong --- lib/cdist/core/type.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/cdist/core/type.py b/lib/cdist/core/type.py index c35e0ad8..126b4d16 100644 --- a/lib/cdist/core/type.py +++ b/lib/cdist/core/type.py @@ -25,6 +25,13 @@ import cdist class Type(object): + """Represents a cdist type. + + All interaction with types in cdist should be done through this class. + Directly accessing an type through the file system from python code is + a bug. + + """ @staticmethod def base_dir():