summaryrefslogtreecommitdiff
path: root/debian/ubuntu/apport-hook.py
blob: 343d7a31bc3a0ee46f0af06f67d21fe96ebcb745 (plain)
1
2
3
4
5
6
7
8
9
10
11
'''apport package hook for foomatic-filters

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

from apport.hookutils import *

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