+docstring
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
41ab7390db
commit
a15972f20d
1 changed files with 7 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue