From c606ba6d803d1f97fbe7e12b04c3010086d833dc Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 13 Nov 2011 16:34:01 +0100 Subject: [PATCH] Debug: Fix import. (cherry picked from commit a79e9c0cad23cb6917a95a17598e46ed00643fdf) Signed-off-by: Daniel Folkinshteyn --- sandbox/Debug/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox/Debug/plugin.py b/sandbox/Debug/plugin.py index 26175ef44..3ee72750f 100644 --- a/sandbox/Debug/plugin.py +++ b/sandbox/Debug/plugin.py @@ -46,6 +46,7 @@ import supybot.conf as conf import supybot.utils as utils import supybot.ircdb as ircdb from supybot.commands import * +import supybot.ircmsgs as ircmsgs import supybot.callbacks as callbacks def getTracer(fd):