-
Committer:
Adam Olsen
-
Date:
2008-06-06 20:47:59 UTC
-
mto:
(0.6.7 rewrite-db)
-
mto:
This revision was merged to the branch mainline in
revision
1654.
-
Revision ID:
arolsen@gmail.com-20080606204759-x28yd1csxses445b
temporary audioscrobbler support. settings must be added manually for:
plug_lastfm/user
plug_lastfm/pass
Also added some 'new style' object declarations where I could see it was missing, for
example:
class Hal:
becomes
class Hal(object):