projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merged add_tags and lib.search into lib.tags.
[zzz-floof.git]
/
floof
/
model
/
art.py
diff --git
a/floof/model/art.py
b/floof/model/art.py
index
ea6d6ee
..
0452e32
100644
(file)
--- 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