Esempio n. 1
0
 def upstore(args):
     """Update the store structure."""
     from tiddlywebplugins.hoster.instance import store_structure
     from tiddlywebplugins.instancer import Instance
     from tiddlyweb.config import config
     instance = Instance('.', config)
     instance._init_store(store_structure)
Esempio n. 2
0
 def upstore(args):
     """Update the store structure."""
     from tiddlywebplugins.hoster.instance import store_structure
     from tiddlywebplugins.instancer import Instance
     from tiddlyweb.config import config
     instance = Instance('.', config)
     instance._init_store(store_structure)