~mmcg069/software-center/Bug846204

« back to all changes in this revision

Viewing changes to softwarecenter/enums.py

  • Committer: Matthew McGowan
  • Date: 2011-09-20 20:53:11 UTC
  • mfrom: (2362.10.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 2397.
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110920205311-lrdoiz3l4su2wu44
merge w trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    ICON_URL = 190
123
123
    CATEGORIES = 191
124
124
    LICENSE_KEY = 192
125
 
    LICENSE_KEY_PATH = 193
 
125
    LICENSE_KEY_PATH = 193           # no longer used
126
126
 
127
127
# fake channels
128
128
PURCHASED_NEEDS_REINSTALL_MAGIC_CHANNEL_NAME = "for-pay-needs-reinstall"