From 143bfc9f801c84428074312d661f8e08803df83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Aug 2016 15:09:31 +0200 Subject: Imported Upstream version 0.23.5 --- apport/shotwell.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 apport/shotwell.py (limited to 'apport') diff --git a/apport/shotwell.py b/apport/shotwell.py deleted file mode 100644 index a6a0183..0000000 --- a/apport/shotwell.py +++ /dev/null @@ -1,7 +0,0 @@ -import os.path -import apport.hookutils - -def add_info(report): - log_file = os.path.expanduser('~/.cache/shotwell/shotwell.log') - apport.hookutils.attach_file_if_exists(report, log_file, 'shotwell.log') - -- cgit v1.2.3