예제 #1
0
파일: foo.py 프로젝트: marchon/flylons
def get(id):
  try:
    return str(Foo.get(id))
  except Exception, e:
    print e