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_property_chart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system_property_chart.py') diff --git a/system_property_chart.py b/system_property_chart.py index cfc10f1e..c816c56e 100644 --- a/system_property_chart.py +++ b/system_property_chart.py @@ -18,7 +18,7 @@ # # ***** END GPL LICENCE BLOCK ***** -bl_addon_info = { +bl_info = { "name": "Object Property Chart", "author": "Campbell Barton (ideasman42)", "version": (0, 1), -- cgit v1.2.3