[wip] in modules, changes import to reflect new directory structure

This commit is contained in:
nemunaire 2015-01-03 20:34:44 +01:00
commit 7c7b63634b
39 changed files with 87 additions and 86 deletions

View file

@ -6,9 +6,9 @@ import re
import subprocess
from threading import Thread
from hooks import hook
from message import TextMessage
from message.visitor import AbstractVisitor
from nemubot.hooks import hook
from nemubot.message import TextMessage
from nemubot.message.visitor import AbstractVisitor
nemubotversion = 3.4