]> git.ipfire.org Git - ddns.git/commitdiff
Fix cathing errors.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Jul 2014 18:26:40 +0000 (18:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Jul 2014 18:26:40 +0000 (18:26 +0000)
src/ddns/__init__.py

index 36a552bf3dff4b9fa7629b6a1f668cade67378d3..4e4093e2690d731376f2a0ca2603be18f5bd03ac 100644 (file)
@@ -30,6 +30,7 @@ logger.propagate = 1
 
 import providers
 
+from .errors import *
 from .system import DDNSSystem
 
 # Setup the logger.