Replace our gconf-based settings module with a file-based one
authorRyan Campbell <campbellr@gmail.com>
Mon, 3 Jan 2011 00:57:21 +0000 (17:57 -0700)
committerRyan Campbell <campbellr@gmail.com>
Mon, 3 Jan 2011 20:38:50 +0000 (13:38 -0700)
commit9b628db9eb2e14d0dc13fdece9aa43bad056cba8
tree23670c3d65289ca30d05c9680a753e2d0353be4f
parent44d1da55ab9ed06ed2572c83b6c92c6f6a795389
Replace our gconf-based settings module with a file-based one
package/src/configobj.py [new file with mode: 0644]
package/src/constants.py [new file with mode: 0644]
package/src/file_settings.py [new file with mode: 0644]
package/src/gconf_settings.py [new file with mode: 0644]
package/src/mevemon.py
package/src/settings.py [deleted file]
package/src/tests/test_file_settings.py [new file with mode: 0644]
package/src/ui/diablo/gui.py
package/src/ui/fremantle/menu.py
package/src/validation.py