This commit is contained in:
Kovid Goyal 2011-04-27 15:01:08 -06:00
parent 50e353cc65
commit fed64f9a17

View File

@ -74,7 +74,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
def initialize(self): def initialize(self):
try: try:
json.loads(P('template-functions.json', data=True, self.builtin_source_dict = json.loads(P('template-functions.json', data=True,
allow_user_override=False).decode('utf-8')) allow_user_override=False).decode('utf-8'))
except: except:
traceback.print_exc() traceback.print_exc()