From a53f2740c386267727476db04bf58b182b033d5e Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Sun, 14 Nov 2010 17:50:37 -0500 Subject: [PATCH] Correctly get the preference tree when initializing --- libsaria/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsaria/__init__.py b/libsaria/__init__.py index 0504429c..7c6adf01 100644 --- a/libsaria/__init__.py +++ b/libsaria/__init__.py @@ -34,7 +34,7 @@ def init(): global lastfm prefs = Map("preferences") - prefs2 = PersPrefTree("preferences") + prefs2 = trees.get_pref_tree("preferences") import audio import lastfm