~cypressyew/checkbox/cbt-readme-fix

« back to all changes in this revision

Viewing changes to checkbox-touch/py/checkbox_touch.py

  • Committer: Sylvain Pineau
  • Author(s): Maciej Kisielewski
  • Date: 2016-05-16 10:25:10 UTC
  • mfrom: (4341.2.1 launchpad/category-ordering)
  • Revision ID: sylvain_pineau-20160516102510-l3a1klvdx3h3rk4p
"automatic merge of lp:~kissiel/checkbox/category-ordering/ by tarmac [r=roadmr][bug=][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
            self.assistant.get_category(category_id)
302
302
            for category_id in self.assistant.get_participating_categories()
303
303
        )]
 
304
        category_info_list.sort(key=lambda ci: (ci['mod_name']))
304
305
        return {'category_info_list': category_info_list}
305
306
 
306
307
    @view