Gave the empty user all the attributes it needs

This commit is contained in:
Oskar Hahn 2012-11-27 22:46:54 +01:00
parent 4dfd4ac67f
commit e7c47395bb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ __all__ = ['receive_persons', 'generate_person_id', 'get_person', 'Person',
'PersonField', 'PersonMixin', 'EmptyPerson']
class EmptyPerson(PersonMixin):
class EmptyPerson(PersonMixin, Person):
@property
def person_id(self):
return 'empty'