[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,10 +6,10 @@ import re
import sys
from datetime import date, datetime
from hooks import hook
from tools.countdown import countdown_format
from tools.date import extractDate
from tools.xmlparser.node import ModuleState
from nemubot.hooks import hook
from nemubot.tools.countdown import countdown_format
from nemubot.tools.date import extractDate
from nemubot.tools.xmlparser.node import ModuleState
nemubotversion = 3.4