From 5573077b88e52ec21aaba5ebc9708c220dbf4a36 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Wed, 6 Feb 2013 09:34:44 +0100 Subject: [PATCH] fixed pep8 --- openslides/motion/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openslides/motion/models.py b/openslides/motion/models.py index cf39e3410..adcfcabec 100644 --- a/openslides/motion/models.py +++ b/openslides/motion/models.py @@ -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)