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

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

apport-hook.py @debian/0.1-2raw · 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)