Mercurial > libervia-backend
diff twisted/plugins/sat_plugin.py @ 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 | 8b36e5c3f28f |
children | 559a625a236b |
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"""