More Python 3 fixes, mostly about string/byte/unicode handling.
[h5config.git] / h5config / storage / __init__.py
2012-03-30 W. Trevor KingMore Python 3 fixes, mostly about string/byte/unicode...
2012-03-16 W. Trevor KingDon't try and create a directory with a blank string.
2012-03-16 W. Trevor KingOops, forgot to import os and os.path for FileStorage...
2012-03-16 W. Trevor KingCreate missing ~/.config directory (and other) if neces...
2011-09-08 W. Trevor KingMerging is still unimplemented, so raise an exception...
2011-09-08 W. Trevor KingAdd public Config.set_storage() method.
2011-07-29 W. Trevor KingAdd ability to nest Configs.