+docstring

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-06 13:21:48 +02:00
parent 41ab7390db
commit a15972f20d
1 changed files with 7 additions and 0 deletions

View File

@ -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():