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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lömmel <brechtvanlommel@gmail.com>2013-11-16 06:08:51 +0400
committerBrecht Van Lömmel <brechtvanlommel@gmail.com>2013-11-16 06:15:17 +0400
commitf546c7a8893b8a673c37805413869b130337cd2a (patch)
tree469005174f1b8a5b1756fc29bf70576130e90d10 /release/scripts/modules/addon_utils.py
parentf8eb006d091d598269fc10ae9e9ebf6c6be75dbd (diff)
Addons: remove tracker URL from addon template, as this is no longer used,
and link to the new Addons bug reporting page.
Diffstat (limited to 'release/scripts/modules/addon_utils.py')
-rw-r--r--release/scripts/modules/addon_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/modules/addon_utils.py b/release/scripts/modules/addon_utils.py
index 2d0c917ffa0..6f08f70458b 100644
--- a/release/scripts/modules/addon_utils.py
+++ b/release/scripts/modules/addon_utils.py
@@ -408,7 +408,6 @@ def module_bl_info(mod, info_basis={"name": "",
"location": "",
"description": "",
"wiki_url": "",
- "tracker_url": "",
"support": 'COMMUNITY',
"category": "",
"warning": "",