예제 #1
0
파일: user.py 프로젝트: EliAndrewC/ensconce
 def list(self):
     return render('user/list.html', {'users': operators.list()})