~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/crash.py

  • Committer: Martin Pool
  • Date: 2010-01-31 16:23:09 UTC
  • mto: (4999.3.1 apport)
  • mto: This revision was merged to the branch mainline in revision 5002.
  • Revision ID: mbp@sourcefrog.net-20100131162309-qrhsp7h9akni3qwb
comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
# for interactive testing, try the 'bzr assert-fail' command 
22
22
# or see http://code.launchpad.net/~mbp/bzr/bzr-fail
 
23
#
 
24
# to test with apport it's useful to set
 
25
# export APPORT_IGNORE_OBSOLETE_PACKAGES=1
23
26
 
24
27
import os
25
28
import platform