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:
authorCampbell Barton <ideasman42@gmail.com>2015-08-05 14:32:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-08-05 14:34:55 +0300
commit23108a80d791c783f04636acf122806cab0d655f (patch)
tree2b8344039e19686d21f8ea70c743eed23160c26f /io_anim_bvh/import_bvh.py
parent39b47b750841094b42f47fac862f464e992616d6 (diff)
Remove redundant subclassing of 'object'
Diffstat (limited to 'io_anim_bvh/import_bvh.py')
-rw-r--r--io_anim_bvh/import_bvh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_anim_bvh/import_bvh.py b/io_anim_bvh/import_bvh.py
index 50ae4bd7..08f7cb5b 100644
--- a/io_anim_bvh/import_bvh.py
+++ b/io_anim_bvh/import_bvh.py
@@ -26,7 +26,7 @@ import bpy
from mathutils import Vector, Euler, Matrix
-class BVH_Node(object):
+class BVH_Node:
__slots__ = (
'name', # bvh joint name
'parent', # BVH_Node type or None for no parent