* Replaces old write_registry_settings()
* Uses tuples to combine all parts of the values
* e.g. ('SampleValue', 'SampleData', 'SZ', '32)
* This will allow merging multiple setting groups together
* Should be more readable than the old method
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| linux.py | ||
| mac.py | ||
| win.py | ||