@@ -1,4 +1,4 @@
SUBDIRS = bind10 bindctl cfgmgr ddns loadzone msgq host cmdctl auth xfrin \
- xfrout usermgr zonemgr stats tests resolver sockcreator dhcp6
+ xfrout usermgr zonemgr stats tests resolver sockcreator dhcp6
check-recursive: all-recursive
@@ -61,7 +61,7 @@ class DDNSSessionError(Exception):
class DDNSSession:
"""Class to handle one DDNS update"""
-
+
def __init__(self):
self._handle()
@@ -14,7 +14,7 @@ endif
# spec file.
check-local:
if ENABLE_PYTHON_COVERAGE
- touch $(abs_top_srcdir)/.coverage
+ touch $(abs_top_srcdir)/.coverage
rm -f .coverage
${LN_S} $(abs_top_srcdir)/.coverage .coverage
endif