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_import_scene_dxf.py')
-rw-r--r--io_import_scene_dxf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_import_scene_dxf.py b/io_import_scene_dxf.py
index e3a4d336..d0c5544d 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -16,7 +16,7 @@
#
# ##### END GPL LICENSE BLOCK #####
-bl_addon_info = {
+bl_info = {
'name': 'Import Autocad DXF (.dxf)',
'author': 'Thomas Larsson',
'version': (0, 1, 3),
@@ -73,7 +73,7 @@ ver 0.1.1 - 2010.09.07 by migius
ver 0.1 - 2010.06.10 by Thomas Larsson
"""
-__version__ = '.'.join([str(s) for s in bl_addon_info['version']])
+__version__ = '.'.join([str(s) for s in bl_info['version']])
import os
import codecs