~mvo/software-center/lp1063595

« back to all changes in this revision

Viewing changes to softwarecenter/enums.py

  • Committer: Gary Lasker
  • Date: 2012-09-28 01:15:45 UTC
  • mfrom: (3203.2.3 whats-new-lp1044033)
  • Revision ID: gary.lasker@canonical.com-20120928011545-csnhx4147jfdk90g
* lp:~mvo/software-center/whats-new-lp1044033:
  - ensure that there is a fallback xapian value that can be
    used if the apt-xapian-index has not been created
    (LP: #1044033)

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
    SC_SUPPORTED_DISTROS = 199
168
168
    WEBSITE = 200
169
169
    CURRENCY = 201
 
170
    # this is used to provide a cataloged time if there is no a-x-i in use
 
171
    # or if a-x-i is not available yet
 
172
    DB_CATALOGED_TIME = 202
170
173
 
171
174
 
172
175
class AppInfoFields: