pulling up the activeresource stuff again mostly to play with Aspen + more permanently removing the git-web-ui and ruby soap stuff

This commit is contained in:
Dan Buch
2012-08-04 22:03:05 -04:00
parent d747f2d680
commit 90c68ac486
36 changed files with 0 additions and 10576 deletions

View File

@@ -0,0 +1,11 @@
from server.people import People
__people__ = People()
person = __people__.get(int(path['id']))
if person:
response.body = {'person': person}
else:
response.code = 404
# vim:filetype=python