Codebase list rastertosag-gdi / 34f6f6bb-79dc-4423-9f6f-cd81f3b72eb5/main debian / ubuntu / apport-hook.py
34f6f6bb-79dc-4423-9f6f-cd81f3b72eb5/main

Tree @34f6f6bb-79dc-4423-9f6f-cd81f3b72eb5/main (Download .tar.gz)

apport-hook.py @34f6f6bb-79dc-4423-9f6f-cd81f3b72eb5/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)