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 --- system_blend_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system_blend_info.py') diff --git a/system_blend_info.py b/system_blend_info.py index 4e01ebf1..55dbe508 100644 --- a/system_blend_info.py +++ b/system_blend_info.py @@ -20,7 +20,7 @@ # # ***** END GPL LICENCE BLOCK ***** -bl_addon_info = { +bl_info = { "name": "Scene Information", "author": "uselessdreamer", "version": (0,3), -- cgit v1.2.3