3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
svn: r13400
This commit is contained in:
@@ -42,6 +42,7 @@ from gettext import gettext as _
|
||||
try:
|
||||
from ast import literal_eval as safe_eval
|
||||
except:
|
||||
# PYTHON2.5 COMPATIBILITY: no ast present
|
||||
# not safe, but works:
|
||||
safe_eval = eval
|
||||
|
||||
|
Reference in New Issue
Block a user