From fbcf1285b9b756ef7b8d8cf7fcfe8ad245f79bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Thu, 7 Apr 2016 00:16:14 +0200 Subject: Fix a17b036: Error messages have moved. --- tests/test_containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_containers.py b/tests/test_containers.py index ea6ddff..1b87b2e 100644 --- a/tests/test_containers.py +++ b/tests/test_containers.py @@ -102,7 +102,7 @@ class LazyStubTestCase(unittest.TestCase): def evaluate(self, obj, container=None): try: return super(LazyAttrDefault, self).evaluate(obj, container) - except containers.CyclicDefinitionError: + except errors.CyclicDefinitionError: return self.defvalue stub = containers.LazyStub({ -- cgit v1.2.3