--- /usr/bin/py 2016-05-22 00:12:43.000000000 +0100 +++ /usr/bin/py_patched 2020-05-15 15:44:20.264146718 +0100 @@ -13,7 +13,7 @@ import argparse import json import re -from collections import Iterable +from collections.abc import Iterable try: from . import __version__