Skip to content
Snippets Groups Projects
Commit 9aa2d177 authored by Erwin Ried's avatar Erwin Ried
Browse files

Python3 compatibility

parent 1ce4c402
No related branches found
No related tags found
No related merge requests found
......@@ -112,4 +112,4 @@ f.write("\n")
f.write("} /* namespace ui */\n\n")
f.write("#endif/*__BITMAP_HPP__*/\n")
print "Converted " + str(count) + " files"
print("Converted " + str(count) + " files")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment