Virtualy move all nemubot modules into nemubot.module.* hierarchy, to avoid conflict with system/vendor modules
This commit is contained in:
parent
d590282db8
commit
5aef661601
52 changed files with 75 additions and 69 deletions
|
|
@ -4,7 +4,7 @@ import re, json, subprocess
|
|||
from nemubot.exception import IMException
|
||||
from nemubot.hooks import hook
|
||||
from nemubot.tools.web import _getNormalizedURL, getURLContent
|
||||
from more import Response
|
||||
from nemubot.module.more import Response
|
||||
|
||||
"""Get information of youtube videos"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue