88:dfd52898f175 | 89:51cc2e25af38 |
---|---|
1 #!/usr/local/bin/python3 | 1 #!/usr/local/bin/python3 |
2 # | 2 # |
3 # Borgend configuration loader | 3 # Borgend by Tuomo Valkonen, 2018 |
4 # | 4 # |
5 # This file implements basic configuration processing | |
6 # | |
7 | |
5 | 8 |
6 import yaml | 9 import yaml |
7 import io | 10 import io |
8 import os | 11 import os |
9 import string | 12 import string |