Added writer.save_feed
commit605f08f8b8b41215bd11c60d9a5908c4e73500be
authorThomas Leonard <talex5@gmail.com>
Sun, 20 Jun 2010 17:02:32 +0000 (20 18:02 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 20 Jun 2010 19:06:10 +0000 (20 20:06 +0100)
treec2a2839684d49c3f555d2649473a31d3f7792b5a
parent91182a5524e1f7075a512ca1618d1d7233fb9c43
Added writer.save_feed

Before, information for feeds and interfaces went into a single file
in "user_overrides". Now, feed information is saved under "feeds" and
interface settings go under "interfaces".

The old files will be loaded if the new ones aren't found.
tests/testwriter.py
zeroinstall/0launch-gui/properties.py
zeroinstall/injector/iface_cache.py
zeroinstall/injector/reader.py
zeroinstall/injector/writer.py