Commit 2e8958d7 authored by sim's avatar sim

Automatically exports all Node subclasses in global namespace

parent 8ce35488
......@@ -271,6 +271,8 @@ for nodetype in NODETYPES:
"polymorphic_identity": nodetype
}
})
# Add class to exports
__all__.append(class_name)
# ------ End of hack ------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment