]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
python: manager: modules restructuring
authorAleš Mrázek <ales.mrazek@nic.cz>
Fri, 30 Aug 2024 08:03:41 +0000 (10:03 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 6 Sep 2024 22:28:31 +0000 (00:28 +0200)
commit210a1d972748a6ae16c6354b168c9ff3d199b305
tree7b5e71c6ff5dc4831ce37304d6db704b6c432b61
parentc53ab42d3a7954f458c4f45c83f462a7f8d91997
python: manager: modules restructuring

- new KresManager exception
- imports formatting
python/knot_resolver/manager/config_store.py
python/knot_resolver/manager/exceptions.py [new file with mode: 0644]
python/knot_resolver/manager/logging.py [moved from python/knot_resolver/manager/log.py with 100% similarity]
python/knot_resolver/manager/main.py
python/knot_resolver/manager/manager.py [moved from python/knot_resolver/manager/kres_manager.py with 100% similarity]
python/knot_resolver/manager/server.py