import NoSuchTypeError into cdist.core namespace
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
bd81045caf
commit
a0a4a7382d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue