A simple config/ini-reader class. This is only used for reading the theme.conf files yet, thus it only uses string-values. TODO: add writing-functions and let backend use this, too
Definition at line 161 of file utils.py.
Public Member Functions | |
| def | __init__ |
| def | get_option |
| def | has_section |
| def | list_options |
| def | load |
Public Attributes | |
| options | |
| sections | |