fix imports

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent 99ffda3cdf
commit d02b8d9d30
  1. 6
      lib/cdist/core/__init__.py

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

Loading…
Cancel
Save