Codebase list rastertosag-gdi / scrub-obsolete/main debian / ubuntu / apport-hook.py
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

apport-hook.py @scrub-obsolete/mainraw · 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)