~elachuni/software-center/reviews-tests

« back to all changes in this revision

Viewing changes to softwarecenter/enums.py

  • Committer: Michael Vogt
  • Date: 2011-07-21 15:28:53 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110721152853-isdwy3wd800y9xd1
add top rated carousel

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
     BY_ALPHABET,
93
93
     BY_SEARCH_RANKING,
94
94
     BY_CATALOGED_TIME,
95
 
    ) = range(4)
 
95
     BY_TOP_RATED,
 
96
    ) = range(5)
96
97
 
97
98
# values used in the database
98
99
class XapianValues: