~brian-murray/apport/zgrep-fallback

« back to all changes in this revision

Viewing changes to apport/ui.py

  • Committer: Martin Pitt
  • Date: 2016-06-19 20:13:36 UTC
  • Revision ID: martin.pitt@canonical.com-20160619201336-3f5qg4qh3k83vur1
Tags: 2.20.2
releaseĀ 2.20.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    from configparser import ConfigParser
33
33
    PY3 = True
34
34
 
35
 
__version__ = '2.20.1'
 
35
__version__ = '2.20.2'
36
36
 
37
37
 
38
38
def excstr(exception):