created load_theme() docstring
This commit is contained in:
@@ -488,6 +488,7 @@ class MiniActuator:
|
|||||||
self.themes = util.load_theme_paths()
|
self.themes = util.load_theme_paths()
|
||||||
|
|
||||||
def load_theme(self):
|
def load_theme(self):
|
||||||
|
"""Load theme retrieved from wallet file."""
|
||||||
try:
|
try:
|
||||||
theme_prefix, theme_path = self.themes[self.theme_name]
|
theme_prefix, theme_path = self.themes[self.theme_name]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|||||||
Reference in New Issue
Block a user