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:
authorBrendon Murphy <meta.androcto1@gmail.com>2011-12-27 13:20:22 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2011-12-27 13:20:22 +0400
commit05fa1bdee8a0c31cf42486ad49bc4b3e9bd52355 (patch)
tree94ee67d4b0714d7d1f714d70fcae6da3718e943b /io_mesh_pdb/__init__.py
parenta73e700330449274aad7b602ae8c82f94b8a8277 (diff)
fix for incorrect tracker link
Diffstat (limited to 'io_mesh_pdb/__init__.py')
-rw-r--r--io_mesh_pdb/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index 1fc4ffe6..e418cb80 100644
--- a/io_mesh_pdb/__init__.py
+++ b/io_mesh_pdb/__init__.py
@@ -27,11 +27,10 @@ bl_info = {
"warning": "",
"wiki_url": "http://development.root-1.de/Atomic_Blender.php",
"tracker_url": "http://projects.blender.org/tracker/"
- "index.php?func=detail&aid=29226&group_id=153&atid=468",
+ "index.php?func=detail&aid=29226",
"category": "Import-Export"
}
-
import bpy
from bpy.types import Operator, Panel
from bpy_extras.io_utils import ImportHelper