Make the pubsub tests Py3 compatible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-02-26 03:54:09 +00:00
parent 207c1f294c
commit 09a9eae1ba
6 changed files with 11 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import imp_unittest, unittest
import wtc
from wx.lib.pubsub.utils import notification
from StringIO import StringIO
from wx.lib.six import StringIO
#---------------------------------------------------------------------------