# HG changeset patch # User Goffi # Date 1574106685 -3600 # Node ID 2180b0f5c1cd14e10e3a9ced1cd5a3b26fde6862 # Parent 501a1a3c8594e837a9a176a29f0b1e46644afc81 core: use sat_tmp's twisted patches for Python 3.8 compatibility diff -r 501a1a3c8594 -r 2180b0f5c1cd twisted/plugins/sat_plugin.py --- 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"""