summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_ping.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/nxos/nxos_ping.py')
-rw-r--r--network/nxos/nxos_ping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/nxos/nxos_ping.py b/network/nxos/nxos_ping.py
index b4778d5f..c11c5080 100644
--- a/network/nxos/nxos_ping.py
+++ b/network/nxos/nxos_ping.py
@@ -401,7 +401,7 @@ def main():
}
ping_command = 'ping {0}'.format(destination)
- for command, arg in OPTIONS.iteritems():
+ for command, arg in OPTIONS.items():
if arg:
ping_command += ' {0} {1}'.format(command, arg)