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

Tree @15f2ca6 (Download .tar.gz)

apport-hook.py @15f2ca6

15f2ca6
 
 
 
 
 
 
 
 
 
 
'''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)