From deb29affc5bd24c5f56c6f87fd7282141ad60ea0 Mon Sep 17 00:00:00 2001 From: Jimbo77 Date: Tue, 21 Aug 2012 22:43:35 -0700 Subject: [PATCH] created load_theme() docstring --- lib/gui_lite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui_lite.py b/lib/gui_lite.py index 11a6b812..d594a216 100644 --- a/lib/gui_lite.py +++ b/lib/gui_lite.py @@ -488,6 +488,7 @@ class MiniActuator: self.themes = util.load_theme_paths() def load_theme(self): + """Load theme retrieved from wallet file.""" try: theme_prefix, theme_path = self.themes[self.theme_name] except KeyError: