Commit 99e9f29f authored by Brenden Blanco's avatar Brenden Blanco

Merge pull request #95 from iovisor/yhs_dev

import "input" from "builtins" for python v2/v3 compatibility
parents 950593b2 fd270a91
......@@ -3,6 +3,7 @@
# Licensed under the Apache License, Version 2.0 (the "License")
from sys import argv
from builtins import input
from pyroute2 import IPRoute, NetNS, IPDB, NSPopen
from simulation import Simulation
from subprocess import PIPE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment