merged suff, commented out some of my own
[zzz-floof.git] / floof / model / art.py
index ea6d6ee..0452e32 100644 (file)
@@ -44,7 +44,6 @@ class Art(Entity):
     def participants(self):
         return (au.user for au in self.art_users if au.type == ArtUserType.OF)
 
-
 class ArtUserType(object):
     BY = 1
     FOR = 2