X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/b07336c562d537ea3407d6a1c9fcb280dae7f514..73fe4db9e53797b3dff9d5a369cb838daebeaee4:/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