From 0a0ca869a460111173cd32306a1a44a8d355cf99 Mon Sep 17 00:00:00 2001 From: Mika Fischer Date: Mon, 20 Jun 2011 16:21:01 +0200 Subject: [PATCH] Import InvalidArgumentException --- sloth/annotations/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sloth/annotations/container.py b/sloth/annotations/container.py index 214934d..3eff761 100644 --- a/sloth/annotations/container.py +++ b/sloth/annotations/container.py @@ -1,6 +1,6 @@ import os import fnmatch -from sloth.core.exceptions import ImproperlyConfigured, NotImplementedException +from sloth.core.exceptions import ImproperlyConfigured, NotImplementedException, InvalidArgumentException from sloth.core.utils import import_callable try: import cPickle as pickle