Skip to content

Commit

Permalink
this is an api doesn't need leading _
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed O'Brien committed Sep 21, 2011
1 parent ed3c73c commit 137414e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumin/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def set___name__(self, slug):
__name__ = property(get___name__, set___name__)

@property
def _oid(self):
def oid(self):
return self.data.get('_id', None)

def history(self,
Expand Down

0 comments on commit 137414e

Please sign in to comment.