integrate global explorer into core

Signed-off-by: Nico Schottelius <nico@loch.schottelius.org>
This commit is contained in:
Nico Schottelius 2011-10-12 23:59:20 +02:00
parent 50a07da967
commit 6d87f4b917
1 changed files with 1 additions and 0 deletions

View File

@ -23,3 +23,4 @@ __all__ = ['Type', 'Object']
from cdist.core.type import Type
from cdist.core.object import Object
from cdist.core.global_explorer import GlobalExplorer