Diff

prosodyctl @ 2515:50517948705c

prosodyctl: Don't load luarocks as util.dependencies now does this
author Matthew Wild <mwild1@gmail.com>
date Thu, 28 Jan 2010 18:11:24 +0000
parent 2511:a81c710b1708
child 2566:48dfd5c9dc5d
line wrap: on
line diff
--- a/prosodyctl	Thu Jan 28 18:11:03 2010 +0000
+++ b/prosodyctl	Thu Jan 28 18:11:24 2010 +0000
@@ -33,10 +33,6 @@
 	os.exit(1);
 end
 
--- Required to be able to find packages installed with luarocks
-pcall(require, "luarocks.require")
-
-
 config = require "core.configmanager"
 
 do