From c7c6d6d879875a3734a73eafee652488d2d10534 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Jan 2011 16:09:46 +0000 Subject: bl_addon_info -> bl_info --- mesh_surface_sketch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesh_surface_sketch.py') diff --git a/mesh_surface_sketch.py b/mesh_surface_sketch.py index 1992dcf8..c0b6b3eb 100644 --- a/mesh_surface_sketch.py +++ b/mesh_surface_sketch.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { "name": "Surface Sketch", "author": "Eclectiel", "version": (0,8), -- cgit v1.2.3