aboutsummaryrefslogtreecommitdiff
path: root/budget/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'budget/api.py')
-rw-r--r--budget/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/api.py b/budget/api.py
index e768bd9..c307fdf 100644
--- a/budget/api.py
+++ b/budget/api.py
@@ -50,7 +50,7 @@ class MemberHandler(object):
pass
def list(self, project):
- pass
+ return project.members
def add(self, project):
pass