import NoSuchTypeError into cdist.core namespace

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-18 12:44:07 +02:00
parent bd81045caf
commit a0a4a7382d
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#
from cdist.core.type import Type
from cdist.core.type import NoSuchTypeError
from cdist.core.object import Object
from cdist.core.object import IllegalObjectIdError
from cdist.core.explorer import Explorer