~ubuntu-branches/ubuntu/trusty/software-center/trusty

« back to all changes in this revision

Viewing changes to softwarecenter/backend/reviews/rnr.py

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-12-18 09:30:13 UTC
  • Revision ID: package-import@ubuntu.com-20121218093013-fte692633i35ok59
Tags: 5.5.3
* lp:~mvo/software-center/pep8-e125:
  - more pep8 fixes with the rarning pep8 release (issue E125)
* lp:~mvo/software-center/support-size-from-agent:
  - Support showing the download size if the software-center-agent 
    provides it
* lp:~mvo/software-center/fix-removal-warning-metapackages:
  - Fixes a missing warning when a metapackage like "ubuntu-desktop"
    is marked for removal directly
* lp:~mvo/software-center/webapps-activation:
  - add support to activate webapps automatically on install

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        review_stats = self.REVIEW_STATS_CACHE
163
163
 
164
164
        if self._cache_version_old and self._server_has_histogram(
165
 
            piston_review_stats):
 
165
                piston_review_stats):
166
166
            self.REVIEW_STATS_CACHE = {}
167
167
            self.save_review_stats_cache_file()
168
168
            self.refresh_review_stats()