Changeset

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
parents 2514:163b2aef5aff
children 2516:68a889016a46
files prosodyctl
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
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