Codebase list splix / 7d5e07e debian / local / apport-hook.py
7d5e07e

Tree @7d5e07e (Download .tar.gz)

apport-hook.py @7d5e07eraw · history · blame

'''apport package hook for splix

(c) 2009 Canonical Ltd.
Author: Brian Murray <brian@ubuntu.com>
'''

from apport.hookutils import *

def add_info(report):
    attach_hardware(report)
    attach_printing(report)