fix imports

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-13 17:04:07 +02:00
parent 1f44617133
commit d2bbd1d14c
1 changed files with 5 additions and 6 deletions

View File

@ -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"""