]> git.tdb.fi Git - libs/gl.git/blobdiff - scripts/maketex.py
Better naming algorithm for objects in scene export
[libs/gl.git] / scripts / maketex.py
index 2e1069486585a252584993f0bc3217fcf8131fc3..520be8424b02f39740b663bd03fc83c736e05f54 100755 (executable)
@@ -11,7 +11,7 @@ def escape(str):
                        result += "\\%03o"%ord(c)
                else:
                        result += c
-       return result;
+       return result
 
 def make_tex(fn, filter="LINEAR", anisotropy=0, wrap=None, srgb=False):
        from PIL import Image