From 37557fb2a3b4cbbc201b282af54b5c6724d469bc Mon Sep 17 00:00:00 2001 From: Anand Tiwari Date: Sun, 21 Aug 2022 08:11:39 +0530 Subject: [PATCH] supported for python 3.10 --- openvas_lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvas_lib/__init__.py b/openvas_lib/__init__.py index da812ac..50e0565 100644 --- a/openvas_lib/__init__.py +++ b/openvas_lib/__init__.py @@ -17,7 +17,7 @@ except ImportError: from xml.etree import ElementTree as etree -from collections import Iterable +from collections.abc import Iterable from openvas_lib.data import * from openvas_lib.utils import *