From 935047878ba6ad473d2d32b8163e124bc7b2e5c2 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 11 Sep 2019 11:33:30 +0200 Subject: Missing import in __init__.py --- lesana/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lesana/__init__.py b/lesana/__init__.py index 008f5ac..6665ca8 100644 --- a/lesana/__init__.py +++ b/lesana/__init__.py @@ -1,5 +1,6 @@ -from .collection import Collection, Entry +from .collection import Collection, Entry, TemplatingError # prevent spurious warnings from pyflakes assert Collection assert Entry +assert TemplatingError -- cgit v1.2.3