~ev/apport/raring-fixes

« back to all changes in this revision

Viewing changes to apport/ui.py

  • Committer: Martin Pitt
  • Date: 2013-03-07 14:59:01 UTC
  • Revision ID: martin.pitt@canonical.com-20130307145901-x6c6hiwvceo54p0q
Tags: 2.9.1
releaseĀ 2.9.1

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.9'
 
16
__version__ = '2.9.1'
17
17
 
18
18
import glob, sys, os.path, optparse, traceback, locale, gettext, re
19
19
import errno, zlib