~mvo/aptdaemon/mvo

« back to all changes in this revision

Viewing changes to aptdaemon/console.py

  • Committer: sebi at glatzor
  • Date: 2009-10-04 13:06:14 UTC
  • Revision ID: sebi@glatzor.de-20091004130614-7m6w552a0vt9k2yd
Fix a copy%paste error

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
            transaction.connect("progress-details", self._on_progress_details))
153
153
        if self._show_terminal:
154
154
            transaction.set_terminal(os.ttyname(self.slave_fd))
155
 
        trans.set_allow_unauthenticated(self._allow_unauthenticated)
 
155
        transaction.set_allow_unauthenticated(self._allow_unauthenticated)
156
156
 
157
157
    def _on_exit(self, trans, enum):
158
158
        """Callback for the exit state of the transaction"""