~brendan-donegan/software-center/test_addons_no_synaptic

« back to all changes in this revision

Viewing changes to softwarecenter/enums.py

  • Committer: Gary Lasker
  • Date: 2011-12-13 17:34:14 UTC
  • mfrom: (2596.1.2 support-link)
  • Revision ID: gary.lasker@canonical.com-20111213173414-4bpg68q8uylwzn3r
add support for the scagent "Support Website" feature

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
    LICENSE = 194
131
131
    VIDEO_URL = 195
132
132
    DATE_PUBLISHED = 196
 
133
    SUPPORT_SITE_URL = 197
133
134
 
134
135
# fake channels
135
136
PURCHASED_NEEDS_REINSTALL_MAGIC_CHANNEL_NAME = "for-pay-needs-reinstall"