prosodyctl: Don't load luarocks as util.dependencies now does this
authorMatthew Wild <mwild1@gmail.com>
Thu, 28 Jan 2010 18:11:24 +0000
changeset 2515 50517948705c
parent 2514 163b2aef5aff
child 2516 68a889016a46
prosodyctl: Don't load luarocks as util.dependencies now does this
prosodyctl
--- 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