summaryrefslogtreecommitdiff
path: root/debian/openssh-client.apport
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-08-03 13:25:07 +0100
committerColin Watson <cjwatson@debian.org>2019-08-03 13:25:07 +0100
commit9e0323ffdc00a48e282b4bd7f0f974665ffe35e1 (patch)
treecc359f2bc175358ab168aa0f702fe16b5a4415f0 /debian/openssh-client.apport
parent5c02b384dce466dc4a4b67b7b1ec0c05f3e53639 (diff)
debian/*.apport: Avoid star imports
Diffstat (limited to 'debian/openssh-client.apport')
-rw-r--r--debian/openssh-client.apport6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/openssh-client.apport b/debian/openssh-client.apport
index ca27da117..8b09bb6c0 100644
--- a/debian/openssh-client.apport
+++ b/debian/openssh-client.apport
@@ -10,7 +10,11 @@ option) any later version. See http://www.gnu.org/copyleft/gpl.html for
10the full text of the license. 10the full text of the license.
11''' 11'''
12 12
13from apport.hookutils import * 13from apport.hookutils import (
14 attach_conffiles,
15 attach_related_packages,
16 command_output,
17)
14 18
15def add_info(report, ui): 19def add_info(report, ui):
16 response = ui.yesno("The contents of your /etc/ssh/ssh_config file " 20 response = ui.yesno("The contents of your /etc/ssh/ssh_config file "