Skip to content

Commit

Permalink
reverts the missing fullname 'fix', which didn't do anything
Browse files Browse the repository at this point in the history
  • Loading branch information
Dakta committed Apr 24, 2014
1 parent 0f5754f commit 864c33c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r2/r2/lib/pages/pages.py
Expand Up @@ -2955,7 +2955,6 @@ class RelTableItem(UserTableItem):
def __init__(self, rel, **kw):
self._id = rel._id
self.rel = rel
self._fullname = rel._fullname
UserTableItem.__init__(self, rel._thing2, **kw)

@property
Expand Down

0 comments on commit 864c33c

Please sign in to comment.