~ev/apport/multiple-simultaneous-errors

« back to all changes in this revision

Viewing changes to apport/ui.py

  • Committer: Martin Pitt
  • Date: 2012-07-18 10:15:24 UTC
  • Revision ID: martin.pitt@canonical.com-20120718101524-t6qu5j1hg559j294
Tags: 2.4
releaseĀ 2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# option) any later version.  See http://www.gnu.org/copyleft/gpl.html for
14
14
# the full text of the license.
15
15
 
16
 
__version__ = '2.3'
 
16
__version__ = '2.4'
17
17
 
18
18
import glob, sys, os.path, optparse, traceback, locale, gettext
19
19
import errno, zlib