Debug: import supybot for easier access to the module

This commit is contained in:
James Lu 2016-07-20 16:02:10 -07:00 committed by Valentin Lorentz
parent 76170080b5
commit b934870702

View File

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