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
@@ -15,7 +15,7 @@ cfs 10% 1.29e+09
"""
import unittest
import pexpect
from mininet.util import pexpect
import sys
class testCPU( unittest.TestCase ):