created load_theme() docstring

This commit is contained in:
Jimbo77 2012-08-21 22:43:35 -07:00
parent 74cea9b709
commit deb29affc5
1 changed files with 1 additions and 0 deletions

View File

@ -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: