Comment 3 for bug 562874

Revision history for this message
Skipper Seabold (jsseabold) wrote :

Fix in my branch. I changed all of the aliased link functions to subclasses, so the names are the same. Now the families have

self.link = link()

instead of

self.link = link

and all seems to be well.