[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

@ -1,7 +1,7 @@
import urllib.request
from bs4 import BeautifulSoup
import pprint
from hooks import hook
from nemubot.hooks import hook
from more import Response
nemubotversion = 3.4
@ -34,4 +34,3 @@ def get_cve_desc(msg):
desc = soup.body.findAll('td')
return Response(desc[DESC_INDEX].text, msg.channel)