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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-26 01:27:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-26 01:27:25 +0300
commit48b0695806877e0c204460fbed87dc64b685390d (patch)
tree6d8fab5fe0df43fde8699c51f8cddf7ce6de75a2 /release/scripts/modules/rna_xml.py
parenta0cde8ed08190889eebdcf7f466512497e22f94d (diff)
Cleanup: unused vars, imports
Diffstat (limited to 'release/scripts/modules/rna_xml.py')
-rw-r--r--release/scripts/modules/rna_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/rna_xml.py b/release/scripts/modules/rna_xml.py
index 7fc9bcb0261..f803a5b9f81 100644
--- a/release/scripts/modules/rna_xml.py
+++ b/release/scripts/modules/rna_xml.py
@@ -396,7 +396,7 @@ def xml_file_write(context, filepath, rna_map, skip_typemap=None):
fw("<bpy>\n")
- for rna_path, xml_tag in rna_map:
+ for rna_path, _xml_tag in rna_map:
# xml_tag is ignored, we get this from the rna
value = _get_context_val(context, rna_path)
rna2xml(fw,