Tweaked python image output slightly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2002-08-17 19:12:21 +00:00
parent 2365e5cbcf
commit 832e44d38a

View File

@ -156,7 +156,7 @@ def main(args):
% (imgName, data))
else:
out.write("def get%sData():\n"
" return %s\n\n"
" return \\\n%s\n\n"
% (imgName, data))