X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/286e2db69c9c121e1285b3f70b36aaef584557a9..c74d8df09d0c0e182cb2063cc4cc546de3a00fae:/wxPython/tools/img2py.py?ds=inline 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] == "\"":