storage: Add 'load_config()' for those that don't want an AFM instance
authorW. Trevor King <wking@tremily.us>
Fri, 24 May 2013 19:54:13 +0000 (15:54 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 24 May 2013 19:54:13 +0000 (15:54 -0400)
commit5cb9fcfd153afcb9f1d6d40958af00a16a87a458
tree4aa1338b8bd1b6cb9fdae56e0017f9536c7bc630
parent32bfbf98d79c73eba50b77d0917df100e0e33bcf
storage: Add 'load_config()' for those that don't want an AFM instance

For example, when setting up unfold-config, we may just want to load
the default configuration but don't need to control an experiment
quite yet.
pyafm/storage.py