summaryrefslogtreecommitdiff
path: root/apport
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:09:31 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:09:31 +0200
commit143bfc9f801c84428074312d661f8e08803df83b (patch)
tree59a8a447529bd9ce3807aa8bacef861dc5aafd70 /apport
parent29a7aef998e975b42401cfa96d1b750d91eadf06 (diff)
Imported Upstream version 0.23.5upstream/0.23.5
Diffstat (limited to 'apport')
-rw-r--r--apport/shotwell.py7
1 files changed, 0 insertions, 7 deletions
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')
-