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

Tree @debian/0.1-5 (Download .tar.gz)

apport-hook.py @debian/0.1-5

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)