summaryrefslogtreecommitdiffstats
path: root/tests-extra/tools/dnstest/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests-extra/tools/dnstest/server.py')
-rw-r--r--tests-extra/tools/dnstest/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-extra/tools/dnstest/server.py b/tests-extra/tools/dnstest/server.py
index c8ee35566..59cd7f4dd 100644
--- a/tests-extra/tools/dnstest/server.py
+++ b/tests-extra/tools/dnstest/server.py
@@ -122,7 +122,7 @@ class Zone(object):
def get_module(self, mod_name):
for m in self.modules:
if m.mod_name == mod_name:
- return m;
+ return m
def clear_modules(self):
self.modules.clear()