ocarina/libsaria/prefs.py
Bryan Schumaker 1921e78e55 libsaria: Comment out most code, begin new preferences
I commented out most of the code in libsaria/__init__.py to make it
easier to clean up.  I also began work on libsaria/prefs.py for managing
preferences.

NOTE: For the next several commits, the best way to test changes is by
importing libsaria through the python interpreter.  Trying to run
ocarina will probably fail.
2011-05-01 12:46:16 -04:00

7 lines
99 B
Python

# Bryan Schumaker (4 / 28 / 2011)
import storage
prefs = storage.load_file("preferences", dict)