From b934870702ed125946192980ecedcc98e31b380c Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 20 Jul 2016 16:02:10 -0700 Subject: [PATCH] Debug: import supybot for easier access to the module --- plugins/Debug/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Debug/plugin.py b/plugins/Debug/plugin.py index d87525cd8..d9ad15a34 100644 --- a/plugins/Debug/plugin.py +++ b/plugins/Debug/plugin.py @@ -34,6 +34,8 @@ This is for debugging purposes only and you shouldn't load this it unless a Supybot developer requests you to debug some issue. """ +# Import supybot for easier access to the module namespace +import supybot import supybot.plugins as plugins import gc