[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,8 +2,8 @@
from urllib.parse import quote
from tools import web
from tools.xmlparser import parse_string
from nemubot.tools import web
from nemubot.tools.xmlparser import parse_string
class DDGSearch:

View file

@ -2,7 +2,7 @@
from urllib.parse import quote
from tools import web
from nemubot.tools import web
class UrbanDictionnary:

View file

@ -2,7 +2,7 @@
from urllib.parse import quote
from tools import web
from nemubot.tools import web
class WFASearch:

View file

@ -4,7 +4,7 @@
import imp
from hooks import hook
from nemubot.hooks import hook
nemubotversion = 3.4