Fix import for Py3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-01-25 08:27:58 +00:00
parent 2baf85d347
commit 37b08e317d

View File

@@ -89,7 +89,7 @@ import sys
import tempfile
import wx
import img2img
from . import img2img
try:
b64encode = base64.b64encode