yaql/yaql/standard_library
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
..
__init__.py yaql 1.0 2015-02-25 14:38:45 +03:00
boolean.py [docs] Docstrings for boolean YAQL functions 2016-08-29 20:01:28 +03:00
branching.py [docs] Docstrings for branching YAQL functions 2016-08-11 20:15:26 +03:00
collections.py Remove six 2021-02-01 11:11:17 +00:00
common.py Merge of documenter and sphinx extension 2016-11-10 00:35:49 -08:00
date_time.py [docs] Docstrings for date_time YAQL functions 2016-08-02 09:14:58 +00:00
legacy.py Remove six 2021-02-01 11:11:17 +00:00
math.py Remove six 2021-02-01 11:11:17 +00:00
queries.py Switch to collections.abc.* 2021-02-01 11:11:27 +00:00
regex.py Remove six 2021-02-01 11:11:17 +00:00
strings.py Remove six 2021-02-01 11:11:17 +00:00
system.py Remove six 2021-02-01 11:11:17 +00:00
yaqlized.py Remove six 2021-02-01 11:11:17 +00:00