Changeset

1968:ed654243eb5d

prosody: Require new require :)
author Matthew Wild <mwild1@gmail.com>
date Sat, 17 Oct 2009 10:53:31 +0100
parents 1967:f78a019efeb0
children 1969:805f548aa57b
files prosody
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/prosody	Sat Oct 17 10:52:25 2009 +0100
+++ b/prosody	Sat Oct 17 10:53:31 2009 +0100
@@ -32,7 +32,7 @@
 
 -- Required to be able to find packages installed with luarocks
 pcall(require, "luarocks.require")
-
+require "util.require";
 
 config = require "core.configmanager"