From 09eb130b117f0f17520ab6aac90521e80bcc45dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Tue, 2 Apr 2019 10:43:43 +0200 Subject: [PATCH] fix commnet --- server/src/uds/services/Xen/xen_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/uds/services/Xen/xen_client/__init__.py b/server/src/uds/services/Xen/xen_client/__init__.py index 72e542e29..28d50ebab 100644 --- a/server/src/uds/services/Xen/xen_client/__init__.py +++ b/server/src/uds/services/Xen/xen_client/__init__.py @@ -29,7 +29,7 @@ from __future__ import unicode_literals import xmlrpc.client -from . import XenAPI # From PIP, will remove this when dropped Python 2.7 support +from . import XenAPI import ssl