~mvo/click/repository

« back to all changes in this revision

Viewing changes to click/repository.py

  • Committer: Michael Vogt
  • Date: 2015-02-24 16:13:56 UTC
  • Revision ID: michael.vogt@ubuntu.com-20150224161356-6k2mwytjk593y7cw
click/repository.py: silly typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
    SEARCH_URI = "https://search.apps.ubuntu.com/api/v1/search?q=%s"
154
154
    DETAILS_URI = "https://search.apps.ubuntu.com/api/v1/package/%s"
155
 
    BULK_APPS_URI = "https://search.apps..ubuntu.com/api/v1/click-metadata"
 
155
    BULK_APPS_URI = "https://search.apps.ubuntu.com/api/v1/click-metadata"
156
156
 
157
157
    @property
158
158
    def credentials(self):