Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
Make sub_ms_packet_counters example compatible with Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mossblaser committed Mar 3, 2016
1 parent 27d54a1 commit 3211170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/sub_ms_packet_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"""
import sys

# For Python 2 and 3 compatibility
from six.moves import input

from network_tester import Experiment

# Take the hostname of the remote machine from the command line
Expand Down

0 comments on commit 3211170

Please sign in to comment.