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
|
|
@ -10,8 +10,8 @@ from nemubot.tools.xmlparser.node import ModuleState
|
|||
|
||||
nemubotversion = 3.4
|
||||
|
||||
from more import Response
|
||||
from networking.page import headers
|
||||
from nemubot.module.more import Response
|
||||
from nemubot.module.networking.page import headers
|
||||
|
||||
PASSWD_FILE = None
|
||||
# You can get one with: curl -b "sessionid=YOURSESSIONID" 'https://accounts.cri.epita.net/api/users/' > users.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue