mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-21 15:50:59 +00:00
9 lines
207 B
JSON
9 lines
207 B
JSON
"""Endpoint to record identifications
|
|
"""
|
|
from gittip.utils import get_participant
|
|
|
|
# ================= ^L
|
|
|
|
participant = get_participant(request, restrict=False)
|
|
response.body = participant.compute_split()
|