Bug fix with the HTTP server.

This commit is contained in:
Valentin Lorentz 2011-07-01 16:49:48 +02:00
parent 9aa32da082
commit 3265d84a23
1 changed files with 1 additions and 1 deletions

View File

@ -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()