[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
|
|
@ -10,10 +10,10 @@ import time
|
|||
import threading
|
||||
import traceback
|
||||
|
||||
from event import ModuleEvent
|
||||
from hooks import hook
|
||||
from tools.date import extractDate
|
||||
from tools.countdown import countdown_format, countdown
|
||||
from nemubot.event import ModuleEvent
|
||||
from nemubot.hooks import hook
|
||||
from nemubot.tools.date import extractDate
|
||||
from nemubot.tools.countdown import countdown_format, countdown
|
||||
|
||||
nemubotversion = 3.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue