fix imports
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
1f44617133
commit
d2bbd1d14c
1 changed files with 5 additions and 6 deletions
|
@ -24,12 +24,11 @@ import logging
|
|||
import os
|
||||
import sys
|
||||
import tempfile
|
||||
#import stat
|
||||
#import shutil
|
||||
#import time
|
||||
#
|
||||
#import cdist.core
|
||||
#import cdist.exec
|
||||
import shutil
|
||||
|
||||
from cdist.exec import local
|
||||
from cdist.exec import remote
|
||||
|
||||
|
||||
class Context(object):
|
||||
"""Hold information about current context"""
|
||||
|
|
Loading…
Reference in a new issue