yaql/yaql/language
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 Removes code copied from six 1.9 2015-09-05 13:13:51 +03:00
contexts.py Remove six 2021-02-01 11:11:17 +00:00
conventions.py Remove six 2021-02-01 11:11:17 +00:00
exceptions.py Renames sender to receiver 2015-09-05 11:22:33 +03:00
expressions.py Remove six 2021-02-01 11:11:17 +00:00
factory.py Pass re.VERBOSE explicitly 2017-02-03 08:19:16 +03:00
lexer.py Remove six 2021-02-01 11:11:17 +00:00
parser.out Remove six 2021-02-01 11:11:17 +00:00
parser.py Remove six 2021-02-01 11:11:17 +00:00
runner.py Remove six 2021-02-01 11:11:17 +00:00
specs.py Remove six 2021-02-01 11:11:17 +00:00
utils.py Switch to collections.abc.* 2021-02-01 11:11:27 +00:00
yaqltypes.py Switch to collections.abc.* 2021-02-01 11:11:27 +00:00