First crack at Python 3 compatibility

Mostly we just use mininet.util.pexpect so that we can use
unicode strings without changing calls to pexpect.spawn()
This commit is contained in:
Bob Lantz
2018-07-25 19:44:45 -07:00
parent 6a387faa04
commit e37afe996b
25 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Test for hwintf.py
import unittest
import re
import pexpect
from mininet.util import pexpect
from mininet.log import setLogLevel
from mininet.node import Node