yaql/yaql
Stephen Finucane c3bda9eeb1 Switch to collections.abc.*
The abstract base classes previously defined in 'collections' were moved
to 'collections.abc' in 3.3. The aliases will be removed in 3.10.
Preempt this change now with a simple find-replace:

  $ ag -l 'collections.($TYPES)' | \
      xargs sed -i 's/\(collections\)\.\($TYPES\)/\1.abc.\2/g'

Where $TYPES is the list of moved ABCs from [1].

[1] https://docs.python.org/3/library/collections.abc.html

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Ib07d778a01275d7c985e059156e95abc112e81c8
2021-02-01 11:11:27 +00:00
..
cli Remove six 2021-02-01 11:11:17 +00:00
contrib Merge of documenter and sphinx extension 2016-11-10 00:35:49 -08:00
language Switch to collections.abc.* 2021-02-01 11:11:27 +00:00
standard_library Switch to collections.abc.* 2021-02-01 11:11:27 +00:00
tests Remove six 2021-02-01 11:11:17 +00:00
__init__.py Update hacking for Python3 2020-03-30 12:00:00 +02:00
legacy.py Adds engine option to make dicts iterable 2015-08-19 00:16:04 +03:00
yaql_interface.py Remove six 2021-02-01 11:11:17 +00:00
yaqlization.py Remove six 2021-02-01 11:11:17 +00:00