From 25ffc62a5b2c9a65e5c1689d5351adcf8cbef7e2 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 28 Jun 2013 23:31:21 +0300 Subject: eliminate deprecated module style --- acf/modules/awall.lua | 2 -- acf/modules/generic.lua | 2 -- acf/modules/net.lua | 2 -- 3 files changed, 6 deletions(-) (limited to 'acf/modules') diff --git a/acf/modules/awall.lua b/acf/modules/awall.lua index bb20190..1c7af30 100644 --- a/acf/modules/awall.lua +++ b/acf/modules/awall.lua @@ -3,8 +3,6 @@ Copyright (c) 2012-2013 Kaarle Ritvanen See LICENSE file for license details --]] -module(..., package.seeall) - local M = require('acf.model') local object = require('acf.object') diff --git a/acf/modules/generic.lua b/acf/modules/generic.lua index d12f96b..5477bd0 100644 --- a/acf/modules/generic.lua +++ b/acf/modules/generic.lua @@ -5,8 +5,6 @@ See LICENSE file for license details -- provided as an example, to be removed from production version -module(..., package.seeall) - local M = require('acf.model') M.register('proc', M.Mixed, {addr='/files/proc', ui_name='/proc'}) diff --git a/acf/modules/net.lua b/acf/modules/net.lua index 8e814aa..ad6ba95 100644 --- a/acf/modules/net.lua +++ b/acf/modules/net.lua @@ -3,8 +3,6 @@ Copyright (c) 2012-2013 Kaarle Ritvanen See LICENSE file for license details --]] -module(..., package.seeall) - local M = require('acf.model') local Host = M.new() -- cgit v1.2.3