X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/b07336c562d537ea3407d6a1c9fcb280dae7f514..e0b6c733c6bea7ff31b9361650fb8534b9433597:/floof/model/art.py?ds=sidebyside 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