Remove unicode_literals from pydiffx.

Review Request #12561 — Created Aug. 20, 2022 and submitted — Latest diff uploaded

Information

DiffX
master

Reviewers

This removes all unicode_literals imports from pydiffx. They're no
longer needed now that we're fully on Python 3.

All unit tests pass.

python/setup.py
python/pydiffx/__init__.py
python/pydiffx/_version.py
python/pydiffx/errors.py
python/pydiffx/options.py
python/pydiffx/reader.py
python/pydiffx/sections.py
python/pydiffx/writer.py
python/pydiffx/dom/__init__.py
python/pydiffx/dom/objects.py
python/pydiffx/dom/properties.py
python/pydiffx/dom/reader.py
python/pydiffx/dom/writer.py
python/pydiffx/tests/test_dom_objects.py
python/pydiffx/tests/test_reader.py
python/pydiffx/tests/test_utils_text.py
python/pydiffx/tests/test_utils_unified_diffs.py
python/pydiffx/tests/test_writer.py
python/pydiffx/tests/testcases.py
python/pydiffx/utils/text.py
python/pydiffx/utils/unified_diffs.py
python/tests/runtests.py
Loading...