fixed pep8

This commit is contained in:
Oskar Hahn 2013-02-06 09:34:44 +01:00
parent 27c73092e1
commit 5573077b88
1 changed files with 0 additions and 1 deletions

View File

@ -527,7 +527,6 @@ class MotionSupporter(models.Model):
person = PersonField()
"""The person, who is the supporter."""
def __unicode__(self):
"""Return the name of the supporter as string."""
return unicode(self.person)