From 3265d84a234d35dd39183dad78bc7bfac07f4f1e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 1 Jul 2011 16:49:48 +0200 Subject: [PATCH] Bug fix with the HTTP server. --- scripts/supybot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot b/scripts/supybot index 6c7688ecd..f5aa8829c 100644 --- a/scripts/supybot +++ b/scripts/supybot @@ -332,7 +332,7 @@ if __name__ == '__main__': # These may take some resources, and it does not need to be run while boot, so # we import it as late as possible (but before plugins are loaded). - import supybot.utils.httpserver as httpserver + import supybot.httpserver as httpserver owner = Owner.Class()