diff sat/plugins/plugin_xep_0346.py @ 3615:909b56b115ff

merge branch "@"
author Goffi <goffi@goffi.org>
date Mon, 02 Aug 2021 21:49:51 +0200
parents 5f65f4e9f8cb 422049bb81d3
children 3ef988734869
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0346.py	Thu Jul 29 22:51:01 2021 +0200
+++ b/sat/plugins/plugin_xep_0346.py	Mon Aug 02 21:49:51 2021 +0200
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-from collections import Iterable
+from collections.abc import Iterable
 import itertools
 from typing import Optional
 from zope.interface import implementer