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
@@ -5,7 +5,7 @@ Tests for bind.py
"""
import unittest
import pexpect
from mininet.util import pexpect
class testBind( unittest.TestCase ):