[wip] in modules, changes import to reflect new directory structure
This commit is contained in:
parent
5a6230d844
commit
7c7b63634b
39 changed files with 87 additions and 86 deletions
|
@ -5,9 +5,9 @@
|
|||
import re
|
||||
import urllib.parse
|
||||
|
||||
from hooks import hook
|
||||
from tools import web
|
||||
from tools.web import striphtml
|
||||
from nemubot.hooks import hook
|
||||
from nemubot.tools import web
|
||||
from nemubot.tools.web import striphtml
|
||||
|
||||
nemubotversion = 3.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue