]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/export_scene.py
Remove extraneous semicolons from Python code
[libs/gl.git] / blender / io_mspgl / export_scene.py
index a538f4da3ba0f7cd6126e923d5d36693cb3b5a4a..84e6be3e6aa40605f07d80ceeb895895db8c82ea 100644 (file)
@@ -82,4 +82,4 @@ class SceneExporter:
                                axis = q.axis
                        out_file.write("rotation", angle*180/math.pi, axis[0], axis[1], axis[2])
                        out_file.write("scale", o.scale[0], o.scale[1], o.scale[2])
-                       out_file.end();
+                       out_file.end()