DOT_CDIST -> cdist

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-07 09:48:43 +02:00
parent 08975c4d2f
commit 886c1d32ac
2 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@
#
VERSION = "2.0.3"
DOT_CDIST = ".cdist"
class Error(Exception):
"""Base exception class for this project"""

View File

@ -32,8 +32,6 @@ REMOTE_OBJECT_DIR = os.path.join(REMOTE_BASE_DIR, "object")
REMOTE_TYPE_DIR = os.path.join(REMOTE_CONF_DIR, "type")
REMOTE_GLOBAL_EXPLORER_DIR = os.path.join(REMOTE_CONF_DIR, "explorer")
DOT_CDIST = ".cdist"
log = logging.getLogger(__name__)
import cdist.exec