Correctly get the preference tree when initializing

This commit is contained in:
Bryan Schumaker 2010-11-14 17:50:37 -05:00
parent a95e94936d
commit a53f2740c3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def init():
global lastfm
prefs = Map("preferences")
prefs2 = PersPrefTree("preferences")
prefs2 = trees.get_pref_tree("preferences")
import audio
import lastfm