]> git.e2factory.org Git - e2factory.git/commitdiff
e2tool: strict is loaded via e2lib, cache is not needed
authorTobias Ulmer <tu@emlix.com>
Wed, 29 Aug 2012 13:31:38 +0000 (15:31 +0200)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:08 +0000 (19:07 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2tool.lua

index 34b3f6aefcca3e2b5ea06061fc6ad459ca9015d8..97a7c4f60b4d0cb94bbce8a16c2988a8c3c578f2 100644 (file)
 
 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")