Example #1
0
 def get(self, user_name):
     """List user's collections and last modified times"""
     return Collection.get_timestamps(self.request.profile)
 def get(self, user_name):
     """List user's collections and last modified times"""
     return Collection.get_timestamps(self.request.profile)