fix imports

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-13 17:04:54 +02:00
parent 99ffda3cdf
commit d02b8d9d30
1 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@
#
#
__all__ = ['Type', 'Object']
from cdist.core.type import Type
from cdist.core.object import Object
from cdist.core.global_explorer import GlobalExplorer
from cdist.core.explorer import Explorer
from cdist.core.manifest import Manifest
from cdist.core.code import Code