~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/crash.py

  • Committer: Martin Pool
  • Date: 2009-08-12 09:26:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4632.
  • Revision ID: mbp@sourcefrog.net-20090812092643-gd8jsilvexyj9aq9
Remove code testing for unavailability of apport

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    # this is based on apport_package_hook.py, but omitting some of the
77
77
    # Ubuntu-specific policy about what to report and when
78
78
    try:
79
 
        from apport.report import Report2
 
79
        from apport.report import Report
80
80
    except ImportError, e:
81
81
        trace.warning("couldn't find apport bug-reporting library: %s" % e)
82
82
        return False