diff options
author | Colin Watson <cjwatson@debian.org> | 2019-08-03 13:25:07 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-08-03 13:25:07 +0100 |
commit | 9e0323ffdc00a48e282b4bd7f0f974665ffe35e1 (patch) | |
tree | cc359f2bc175358ab168aa0f702fe16b5a4415f0 /debian/openssh-server.apport | |
parent | 5c02b384dce466dc4a4b67b7b1ec0c05f3e53639 (diff) |
debian/*.apport: Avoid star imports
Diffstat (limited to 'debian/openssh-server.apport')
-rw-r--r-- | debian/openssh-server.apport | 2 |
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 | |||
10 | the full text of the license. | 10 | the full text of the license. |
11 | ''' | 11 | ''' |
12 | 12 | ||
13 | from apport.hookutils import * | 13 | from apport.hookutils import root_command_output |
14 | 14 | ||
15 | def add_info(report, ui): | 15 | def 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 " |