Virtualy move all nemubot modules into nemubot.module.* hierarchy, to avoid conflict with system/vendor modules

This commit is contained in:
nemunaire 2017-08-27 18:22:53 +02:00
commit f60de818f2
53 changed files with 75 additions and 67 deletions

View file

@ -1,7 +1,7 @@
from nemubot.hooks import hook
from nemubot.exception import IMException
from nemubot.tools import web
from more import Response
from nemubot.module.more import Response
import json
nemubotversion = 3.4