add log to object
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
579bd45c87
commit
be1d4afd58
1 changed files with 2 additions and 0 deletions
|
@ -19,12 +19,14 @@
|
|||
#
|
||||
#
|
||||
|
||||
import logging
|
||||
import os
|
||||
import collections
|
||||
|
||||
import cdist
|
||||
import cdist.core.property
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
DOT_CDIST = '.cdist'
|
||||
|
||||
|
|
Loading…
Reference in a new issue