Codebase list rastertosag-gdi / bullseye-backports/main debian / ubuntu / apport-hook.py
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

apport-hook.py @bullseye-backports/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)