# HG changeset patch # User Matthew Wild # Date 1366374637 -3600 # Node ID b42781a961745f0893edaf8ba90feb02e78e2acd # Parent d5b07342fccf51177f95b906c07698a30f8d4708# Parent 7a0b81b5ca71d978f9446e91a53441d79870ecc7 Merge 0.9->trunk diff -r d5b07342fccf -r b42781a96174 core/moduleapi.lua --- a/core/moduleapi.lua Thu Apr 18 11:14:16 2013 +0100 +++ b/core/moduleapi.lua Fri Apr 19 13:30:37 2013 +0100 @@ -337,4 +337,8 @@ return io.open(path, mode); end +function api:open_store(name, type) + return storagemanager.open(self.host, name, type); +end + return api;