import NoSuchTypeError into cdist.core namespace

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 13 years ago
parent bd81045caf
commit a0a4a7382d
  1. 1
      lib/cdist/core/__init__.py

@ -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…
Cancel
Save