~mmcg069/software-center/concept-always-visible-pkgstatusbar

« back to all changes in this revision

Viewing changes to utils/submit_review.py

  • Committer: Michael Vogt
  • Date: 2011-03-14 08:32:21 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110314083221-qg9f02mdkeb7agyf
add SOFTWARE_CENTER_FORCE_NON_SSL environment to allow
testing against a local django server

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
                                                       token["consumer_secret"])
157
157
        # change default server to the SSL one
158
158
        distro = get_distro()
159
 
        service_root = distro.REVIEWS_SERVER_SSL
 
159
        service_root = distro.REVIEWS_SERVER
160
160
        self.rnrclient = RatingsAndReviewsAPI(service_root=service_root,
161
161
                                              auth=auth)
162
162