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:
@@ -5,7 +5,7 @@ Test for emptynet.py
|
||||
"""
|
||||
|
||||
import unittest
|
||||
import pexpect
|
||||
from mininet.util import pexpect
|
||||
|
||||
class testEmptyNet( unittest.TestCase ):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user