~mvo/software-center/lp1063595

« back to all changes in this revision

Viewing changes to softwarecenter/db/pkginfo_impl/packagekit.py

  • Committer: Gary Lasker
  • Date: 2012-10-05 04:33:47 UTC
  • Revision ID: gary.lasker@canonical.com-20121005043347-4ag2e45f647ug5aa
TRIVIAL: pep8 fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
        else:
282
282
            download_size = self.get_size(pkgname)
283
283
        self.emit(
284
 
            "query-total-size-on-install-done", 
 
284
            "query-total-size-on-install-done",
285
285
            pkgname, download_size, install_size)
286
286
 
287
287
    @property