~mvo/software-center/buy-something

« back to all changes in this revision

Viewing changes to softwarecenter/distro/Ubuntu.py

  • Committer: Michael Vogt
  • Date: 2010-08-02 08:24:55 UTC
  • Revision ID: michael.vogt@ubuntu.com-20100802082455-qyc133pw23bgqqk1
softwarecenter/enums.py: add BUY_SOMETHING_HOST to make switching easy

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    SCREENSHOT_LARGE_URL = "http://screenshots.ubuntu.com/screenshot-404/%s"
37
37
 
38
38
    # purchase subscription
39
 
    PURCHASE_APP_URL = "http://localhost:8000/subscriptions/en/ubuntu/maverick/+new/?%s"
 
39
    PURCHASE_APP_URL = BUY_SOMETHING_HOST+"/subscriptions/en/ubuntu/maverick/+new/?%s"
40
40
 
41
41
    def get_app_name(self):
42
42
        return _("Ubuntu Software Center")