portmanager: Explicitly import some libraries
authorMatthew Wild <mwild1@gmail.com>
Sat, 28 Apr 2012 01:27:02 +0100
changeset 4741 0653476ac3a3
parent 4740 bd9c8bc8036f
child 4742 23c2ece2c8bc
portmanager: Explicitly import some libraries
core/portmanager.lua
--- a/core/portmanager.lua	Sat Apr 28 01:13:49 2012 +0100
+++ b/core/portmanager.lua	Sat Apr 28 01:27:02 2012 +0100
@@ -1,5 +1,11 @@
+local config = require "core.configmanager";
+local server = require "net.server";
 
+local log = require "util.logger".init("portmanager");
 local multitable = require "util.multitable";
+local set = require "util.set";
+
+local prosody = prosody;
 local fire_event = prosody.events.fire_event;
 
 --- Config