X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/b07336c562d537ea3407d6a1c9fcb280dae7f514..db4c5f0b56d22815ecc31754271797b2401c9458:/floof/model/art.py diff --git a/floof/model/art.py b/floof/model/art.py index ea6d6ee..0452e32 100644 --- a/floof/model/art.py +++ b/floof/model/art.py @@ -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