From: Tobias Ulmer Date: Wed, 29 Aug 2012 13:31:38 +0000 (+0200) Subject: e2tool: strict is loaded via e2lib, cache is not needed X-Git-Tag: e2factory-2.3.13rc1~127 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=4395ad7bf059adb59b85a2f971d09b837db430e0;p=e2factory.git e2tool: strict is loaded via e2lib, cache is not needed Signed-off-by: Tobias Ulmer --- diff --git a/local/e2tool.lua b/local/e2tool.lua index 34b3f6a..97a7c4f 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -31,10 +31,8 @@ module("e2tool", package.seeall) local e2lib = require("e2lib") -require("strict") local err = require("err") local scm = require("scm") -require("cache") local tools = require("tools") local environment = require("environment") local plugin = require("plugin")