Codebase list splix / 93c92be
Include missing apport-hook.py in source package Signed-off-by: Luca Niccoli <lultimouomo@gmail.com> Luca Niccoli 9 years ago
1 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 '''apport package hook for splix
1
2 (c) 2009 Canonical Ltd.
3 Author: Brian Murray <brian@ubuntu.com>
4 '''
5
6 from apport.hookutils import *
7
8 def add_info(report):
9 attach_hardware(report)
10 attach_printing(report)