Codebase list rastertosag-gdi / df5114a debian / ubuntu / apport-hook.py
df5114a

Tree @df5114a (Download .tar.gz)

apport-hook.py @df5114araw · history · blame

'''apport package hook for rastertosag-gdi

(c) 2009 Canonical Ltd.
Author: Brian Murray <brian@ubuntu.com>
'''

from apport.hookutils import *

def add_info(report):
    attach_hardware(report)
    attach_printing(report)