Codebase list splix / debian/2.0.0+svn315-5 debian / local / apport-hook.py
debian/2.0.0+svn315-5

Tree @debian/2.0.0+svn315-5 (Download .tar.gz)

apport-hook.py @debian/2.0.0+svn315-5raw · 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)