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

Tree @debian/latest (Download .tar.gz)

apport-hook.py @debian/latest

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)