Merge remote-tracking branch 'steven/oo-restructure'

This commit is contained in:
Nico Schottelius 2011-10-06 17:00:52 +02:00
commit 50edf2863a
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():