add log to object

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-06 20:27:07 +02:00
parent 579bd45c87
commit be1d4afd58
1 changed files with 2 additions and 0 deletions

View File

@ -19,12 +19,14 @@
#
#
import logging
import os
import collections
import cdist
import cdist.core.property
log = logging.getLogger(__name__)
DOT_CDIST = '.cdist'