~ubuntu-branches/ubuntu/quantal/sessioninstaller/quantal-proposed

« back to all changes in this revision

Viewing changes to sessioninstaller/backends/aptd.py

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2010-07-12 14:03:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100712140340-wjac73e62gfmfnnl
Tags: 0.20-1
* New upstream release.
* debian/control: Set Standards-Version to 3.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
            raise sessioninstaller.errors.ModifyCancelled
116
116
        except aptdaemon.errors.TransactionFailed, error:
117
117
            pass
 
118
        except sessioninstaller.errors.ModifyCancelled, error:
 
119
            raise error
118
120
        except Exception, error:
119
121
            error = aptdaemon.errors.TransactionFailed(enums.ERROR_UNKNOWN,
120
122
                                                       str(error))