From a0a4a7382d27cf79d111fc7efcc1f6892c3bccb0 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Tue, 18 Oct 2011 12:44:07 +0200 Subject: [PATCH] import NoSuchTypeError into cdist.core namespace Signed-off-by: Steven Armstrong --- lib/cdist/core/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cdist/core/__init__.py b/lib/cdist/core/__init__.py index 507082a3..ac5bbf2f 100644 --- a/lib/cdist/core/__init__.py +++ b/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