ocarina/tests/cache.py
Bryan Schumaker 5c842def01 Generic cache
I have created a generic cache to hold information outside of the
library.  This could include album art or an artist bio.
2010-10-24 17:26:53 -04:00

10 lines
156 B
Python

# Bryan Schumaker (10/23/2010)
import libsaria
cache = libsaria.cache
obj = cache["test"]
#obj = cache["Train"]
#print obj["Save Me, San Francisco.jpg"]