~evfool/software-center/lp1076189

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/models/pendingstore.py

  • Committer: Michael Vogt
  • Date: 2012-12-17 08:51:40 UTC
  • mfrom: (3274.1.1 pep8-e125)
  • Revision ID: michael.vogt@ubuntu.com-20121217085140-1wkpd4sopmdw5iyo
mergedĀ lp:~mvo/software-center/pep8-e125

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        self._signals = []
67
67
 
68
68
    def _on_lowlevel_transactions_changed(self, watcher, current_tid,
69
 
        pending_tids):
 
69
                                          pending_tids):
70
70
        logging.debug("on_transaction_changed %s (%s)" % (current_tid,
71
71
            len(pending_tids)))
72
72
        self.clear()