core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths

This commit is contained in:
Kim Alvefur 2014-05-09 19:35:29 +02:00
parent 084761b5ef
commit 36b77bca8b
4 changed files with 5 additions and 4 deletions

View file

@ -49,7 +49,7 @@ local function db2uri(params)
end
local resolve_relative_path = require "core.configmanager".resolve_relative_path;
local resolve_relative_path = require "util.paths".resolve_relative_path;
local function test_connection()
if not connection then return nil; end