Don't import some nemubot module automatically

This commit is contained in:
nemunaire 2015-01-04 23:57:09 +01:00
commit 06c85289e0
29 changed files with 30 additions and 9 deletions

View file

@ -6,6 +6,7 @@ from collections import defaultdict
import re
from urllib.parse import quote
from nemubot.exception import IRCException
from nemubot.hooks import hook
from nemubot.tools import web
from nemubot.tools.web import striphtml