This commit is contained in:
nemunaire 2015-04-06 11:31:39 +02:00 committed by nemunaire
parent 418ff4f519
commit 1b9395ca37

View File

@ -23,6 +23,9 @@ from nemubot.modulecontext import ModuleContext
context = ModuleContext(None, None)
def reload():
"""Reload code of all Python modules used by nemubot
"""
import imp
import nemubot.channel