124
121
# This import is apparently not used, but we're doing it so that if the
125
122
# import fails, the exception will be caught at a higher level and we'll
126
123
# report the error by other means.
129
126
crash_filename = _write_apport_report_to_file(exc_info)
131
128
if crash_filename is None:
136
133
trace.print_exception(exc_info, stderr)
142
139
# XXX: on Windows, Mac, and other platforms where we might have the
143
140
# apport libraries but not have an apport always running, we could