summaryrefslogtreecommitdiff
path: root/debian/openssh-server.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-server.apport
parent5c02b384dce466dc4a4b67b7b1ec0c05f3e53639 (diff)
debian/*.apport: Avoid star imports
Diffstat (limited to 'debian/openssh-server.apport')
-rw-r--r--debian/openssh-server.apport2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.apport b/debian/openssh-server.apport
index 687daef97..58631be2d 100644
--- a/debian/openssh-server.apport
+++ b/debian/openssh-server.apport
@@ -10,7 +10,7 @@ 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 root_command_output
14 14
15def add_info(report, ui): 15def add_info(report, ui):
16 response = ui.yesno("The contents of your /etc/ssh/sshd_config file " 16 response = ui.yesno("The contents of your /etc/ssh/sshd_config file "