Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 13 years ago
parent 41ab7390db
commit a15972f20d
  1. 7
      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():

Loading…
Cancel
Save