From: Michael Tremer Date: Mon, 7 Jul 2014 18:26:40 +0000 (+0000) Subject: Fix cathing errors. X-Git-Tag: 002~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6367cd928dc4b108bd82e390810226eb547ed977;p=ddns.git Fix cathing errors. --- diff --git a/src/ddns/__init__.py b/src/ddns/__init__.py index 36a552b..4e4093e 100644 --- a/src/ddns/__init__.py +++ b/src/ddns/__init__.py @@ -30,6 +30,7 @@ logger.propagate = 1 import providers +from .errors import * from .system import DDNSSystem # Setup the logger.