[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

@ -2,15 +2,13 @@
"""Find french conjugaison"""
from collections import defaultdict
import re
import traceback
import sys
from urllib.parse import quote
from hooks import hook
from tools import web
from tools.web import striphtml
from collections import defaultdict
from nemubot.hooks import hook
from nemubot.tools import web
from nemubot.tools.web import striphtml
nemubotversion = 3.4