Merge remote-tracking branch 'steven/oo-restructure'
This commit is contained in:
commit
50edf2863a
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ import cdist
|
||||||
|
|
||||||
|
|
||||||
class Type(object):
|
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
|
@staticmethod
|
||||||
def base_dir():
|
def base_dir():
|
||||||
|
|
Loading…
Reference in a new issue