From 83889bc5e4659e845d919e9a477a29167e7cb4f8 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Wed, 11 Mar 2015 13:59:25 +0200 Subject: remove address module --- aconf/persistence/defer.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aconf/persistence/defer.lua') diff --git a/aconf/persistence/defer.lua b/aconf/persistence/defer.lua index d7f33d8..fa10805 100644 --- a/aconf/persistence/defer.lua +++ b/aconf/persistence/defer.lua @@ -6,7 +6,7 @@ See LICENSE file for license details local object = require('aconf.object') local super = object.super -local address = require('aconf.path.address') +local pth = require('aconf.path') local DeferringCommitter = object.class( @@ -31,7 +31,7 @@ function DeferringCommitter:_set_multiple(mods) local path, value = table.unpack(mod) while path > '/' do if self.defer_paths[path] then return end - path = address.parent(path) + path = pth.parent(path) end end -- cgit v1.2.3