espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
http://bulbflow.org
Other
622 stars 83 forks source link

Element.__setattr__ now checks for "@classmethods" #86

Closed kefirbandi closed 11 years ago

kefirbandi commented 11 years ago

This fix allows the definition of @classmethods in classes derived from Model.

espeed commented 11 years ago

Thanks.