mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
* Remove __metaclass__ = type. for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do sed -e '/^__metaclass__ = type/d' -i $i; done * Remove super arguments, and stop inheriting from object. |
||
|---|---|---|
| .. | ||
| api | ||
| transport | ||
| utils | ||
| constants.py | ||
| fake_api.py | ||
| fake_stat.py | ||
| test_auth.py | ||
| test_context.py | ||
| test_errors.py | ||