Changeset

942:dae54304967d

Load util.array and util.iterator at startup
author Matthew Wild <mwild1@gmail.com>
date Tue, 31 Mar 2009 02:17:11 +0100
parents 941:13ebec89b568
children 943:7f161205121d
files prosody
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prosody	Mon Mar 30 20:04:31 2009 +0100
+++ b/prosody	Tue Mar 31 02:17:11 2009 +0100
@@ -85,6 +85,9 @@
 require "core.sessionmanager"
 require "core.stanza_router"
 
+require "util.array"
+require "util.iterators"
+
 -- Commented to protect us from 
 -- the second kind of people
 --[[