diff --git a/wx/tools/img2py.py b/wx/tools/img2py.py index 091a34a9..daeb025b 100644 --- a/wx/tools/img2py.py +++ b/wx/tools/img2py.py @@ -89,7 +89,7 @@ import sys import tempfile import wx -import img2img +from . import img2img try: b64encode = base64.b64encode