diff options
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 " |