changeset 3076:2180b0f5c1cd

core: use sat_tmp's twisted patches for Python 3.8 compatibility
author Goffi <goffi@goffi.org>
date Mon, 18 Nov 2019 20:51:25 +0100
parents 501a1a3c8594
children ab8be8f1c92d
files twisted/plugins/sat_plugin.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/twisted/plugins/sat_plugin.py	Mon Nov 18 20:50:34 2019 +0100
+++ b/twisted/plugins/sat_plugin.py	Mon Nov 18 20:51:25 2019 +0100
@@ -27,6 +27,12 @@
 from sat.core.constants import Const as C
 from sat.core.i18n import _
 
+# patch for Python 3.8 compatibility
+from sat_tmp.twisted import install as install_twisted_patches
+
+
+install_twisted_patches()
+
 
 def initialise(options):
     """Method to initialise global modules"""