]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Import from collections.abc, not collections 132/head
authorLukas Juhrich <lukas.juhrich@agdsn.de>
Sun, 8 Aug 2021 16:24:42 +0000 (18:24 +0200)
committerLukas Juhrich <lukas.juhrich@agdsn.de>
Sun, 8 Aug 2021 16:24:45 +0000 (18:24 +0200)
commit901805f1c0a0a4785db0abba7ff770fb97e095a2
tree18f21549f75fa9172e00065f553d3afd9adbd9b1
parent95b18d351c3289ef617e38cfc13ca7bdd893819a
Import from collections.abc, not collections

This is possible since py3.3 and has been deprecated for a while.
In py3.10 (set to release in september), the old option will not work
anymore.
fints/parser.py
fints/types.py