X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/286e2db69c9c121e1285b3f70b36aaef584557a9..917afc7b81c6f806ea3d50b455f7c4e320ecd68f:/wxPython/tools/img2py.py diff --git a/wxPython/tools/img2py.py b/wxPython/tools/img2py.py index 6af6409fa2..4b9204123f 100644 --- a/wxPython/tools/img2py.py +++ b/wxPython/tools/img2py.py @@ -38,7 +38,7 @@ import img2xpm def crunch_data(data, compressed): - # convert the lines to a Python list, pickle it and compress the result. + # convert the lines to a Python list, pickle it and optionally compress the result. lines = [] for line in data: if line[0] == "\"":