]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mesh_mspgl/__init__.py
Compatibility with Blender 2.6
[libs/gl.git] / blender / io_mesh_mspgl / __init__.py
index 5fa70c200c19e518bbb7825da0683326583b2207..c6d250fb87061d9d9665b54a5281c810f96b8add 100644 (file)
@@ -12,7 +12,7 @@ if "bpy" in locals():
                        imp.reload(locals()[sub])
 
 import bpy
-from io_utils import ExportHelper
+from bpy_extras.io_utils import ExportHelper
 
 class ExportMspGL(bpy.types.Operator, ExportHelper):
        bl_idname = "export_mesh.mspgl"