~mmcg069/software-center/Bug830691

« back to all changes in this revision

Viewing changes to softwarecenter/enums.py

  • Committer: Matthew McGowan
  • Date: 2011-08-20 05:39:03 UTC
  • mfrom: (2131.1.24 software-center)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110820053903-hnewqizijfcb9l8m
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    APPNAME_UNTRANSLATED = 189
122
122
    ICON_URL = 190
123
123
    CATEGORIES = 191
 
124
    LICENSE_KEY = 192
 
125
    LICENSE_KEY_PATH = 193
124
126
 
125
127
# fake channels
126
128
PURCHASED_NEEDS_REINSTALL_MAGIC_CHANNEL_NAME = "for-pay-needs-reinstall"
202
204
                                                   DISTRO, 
203
205
                                                   RELEASE,
204
206
                                                   CODENAME)
205
 
                                                   
206
 
 
 
207
 
 
208
# global backend switch
 
209
USE_PACKAGEKIT_BACKEND = False
 
210
 
 
211
# history switch (useful on non apt based distros)
 
212
USE_APT_HISTORY = True