Playlist stuff.
[clinton/xbmc-groove.git] / viewapi1sessionid.py
1 import pickle
2 import os
3 f = open('session.txt','rb')
4 print pickle.load(f)
5