One more super() fix

This commit is contained in:
Florian Festi 2016-05-22 12:37:02 +02:00
parent 6a0842805f
commit 6b1d1d94d1
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ class CrossingFingerHoleEdge(BaseEdge):
def __call__(self, length, **kw):
self.fingerHoles(length/2.0, 0, self.height)
Edge.__call__(self, length)
super(CrossingFingerHoleEdge, self).__call__(length)
#############################################################################
#### Stackable Joints