diff twisted/plugins/pubsub.py @ 439:36c9fb677f1d

removed `sat_tmp.twisted` patches + update minimum Twisted version: - `sat_tmp` patches are not needed anymore and cause trouble with latest Twisted (21.02) - update minimum to `20.3.0` which is the first one to support Python 3.8
author Goffi <goffi@goffi.org>
date Thu, 18 Mar 2021 22:23:37 +0100
parents 5e8b8ef5c862
children 074037832daf
line wrap: on
line diff
--- a/twisted/plugins/pubsub.py	Sat Feb 27 21:20:32 2021 +0100
+++ b/twisted/plugins/pubsub.py	Thu Mar 18 22:23:37 2021 +0100
@@ -55,9 +55,6 @@
 import os
 from os.path import expanduser, realpath
 import configparser
-# patch for Python 3.8 compatibility
-from sat_tmp.twisted import install as install_twisted_patches
-install_twisted_patches()
 from zope.interface import implementer
 from twisted.application.service import IServiceMaker
 from twisted.application import service