Skip to content
Snippets Groups Projects
Commit 0e123a71 authored by LeLutin's avatar LeLutin Committed by Antoine Beaupré
Browse files

Bug#756540: [PATCH] catching error from non-imported module

commit 1dbc8ce4 added more error handling around smtp connections but
forgot to import the module "socket" to be able to catch exceptions
defined in that module.
parent 7c5568fd
Branches
Tags
No related merge requests found
......@@ -37,6 +37,7 @@ import sys
import re
import os
import shutil
import socket
class MonkeysignUi(object):
"""User interface abstraction for monkeysign.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment