Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_curve_svg/__init__.py')
-rw-r--r--io_curve_svg/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index dc68490b..82982e76 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -43,7 +43,7 @@ if "bpy" in locals():
import bpy
from bpy.props import StringProperty
-from bpy_extras.io_utils import ImportHelper, ExportHelper
+from bpy_extras.io_utils import ImportHelper
class ImportSVG(bpy.types.Operator, ImportHelper):