use "raw_input" instead "input" to avoid python 2.7 exception
authorYonghong Song <yhs@plumgrid.com>
Tue, 23 Jun 2015 19:25:24 +0000 (12:25 -0700)
committerYonghong Song <yhs@plumgrid.com>
Tue, 23 Jun 2015 19:25:24 +0000 (12:25 -0700)
commit8d806c9936e00f439dfa69e3742f1d855b937d08
tree721d77a93bdd71f8e776f817e5e14d41b08e3580
parent4d15420ac02c7dd17861466c9cb88ee94eb8c83d
use "raw_input" instead "input" to avoid python 2.7 exception

Signed-off-by: Yonghong Song <yhs@plumgrid.com>
examples/tc_neighbor_sharing.py