Update gramps-connect to use new reg_plugin params
svn: r15685
This commit is contained in:
parent
c15fdb15c4
commit
8455278a83
@ -101,7 +101,7 @@ _dp = DateHandler.parser.parse
|
||||
def register_plugins():
|
||||
dbstate = DbState.DbState()
|
||||
climanager = CLIManager(dbstate, False) # don't load db
|
||||
climanager.do_reg_plugins()
|
||||
climanager.do_reg_plugins(dbstate, None)
|
||||
pmgr = BasePluginManager.get_instance()
|
||||
return pmgr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user