Revision b8028dcf
ID | b8028dcf3758f50c749f6792b3775041044699de |
Parent | a30a6178 |
Child | 0b3f2215 |
Replace frozenset with compat.UniqueFrozenset
This is not a trivial s/frozenset/compat.UniqueFrozenset/, but rather
only replaces “frozenset” where appropriate. Most of the places are
“static” information that doesn't change after the module has been
loaded.
Some docstrings and code formatting (e.g. empty lines) issues are
addressed as well. Some lines got too long and were wrapped.
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Files
- added
- modified
- copied
- renamed
- deleted
- lib
- backend.py (diff)
- bdev.py (diff)
- cli.py (diff)
- client
- cmdlib.py (diff)
- confd
- constants.py (diff)
- errors.py (diff)
- impexpd
- locking.py (diff)
- luxi.py (diff)
- mcpu.py (diff)
- pathutils.py (diff)
- query.py (diff)
- rapi
- __init__.py (diff)
- baserlib.py (diff)
- rlib2.py (diff)
- ssconf.py (diff)
- tools
- vcluster.py (diff)
- watcher
- qa
- test
- tools