pubs/pubs/config/__init__.py
Fabien Benureau 93c54939b3 Rewritten config module
It depends on configobj, is cleaner and simpler than the previous implementation.
It adds comments in the config file, and type verification.

Related: #18
2015-12-04 20:49:05 +01:00

2 lines
72 B
Python

from .conf import load_default_conf, load_conf, save_conf, get_pubspath