Skip to content
Snippets Groups Projects
Commit 939dcd27 authored by jurgenhaas's avatar jurgenhaas
Browse files

Change iteritems to items for Python 3

parent f0ef7773
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ class ActionModule(ActionBase):
if 'pollerParams' not in existing:
existing['pollerParams'] = {}
for key, value in check.iteritems():
for key, value in check.items():
if key == 'enabled':
continue
if key in self.pollerParams:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment