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 os
import sys import sys
import tempfile import tempfile
#import stat import shutil
#import shutil
#import time from cdist.exec import local
# from cdist.exec import remote
#import cdist.core
#import cdist.exec
class Context(object): class Context(object):
"""Hold information about current context""" """Hold information about current context"""