From 9291f167be73a5cd6dc2603d72725d9a02be0da2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 14 Jan 2012 13:00:28 +0000 Subject: remove api field, was never used. --- io_curve_svg/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'io_curve_svg') diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py index 151fd2eb..194ed5ed 100644 --- a/io_curve_svg/__init__.py +++ b/io_curve_svg/__init__.py @@ -22,7 +22,6 @@ bl_info = { "name": "Scalable Vector Graphics (SVG) 1.1 format", "author": "JM Soler, Sergey Sharybin", "blender": (2, 5, 7), - "api": 36079, "location": "File > Import > Scalable Vector Graphics (.svg)", "description": "Import SVG as curves", "warning": "", -- cgit v1.2.3