Bugfix
This commit is contained in:
parent
19efd08634
commit
1843b6a28c
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ from urllib import quote as _quote, quote_plus as _quote_plus
|
||||||
|
|
||||||
from lxml import etree, html
|
from lxml import etree, html
|
||||||
|
|
||||||
|
# used in plugins that import this
|
||||||
|
from urllib2 import URLError, HTTPError
|
||||||
|
|
||||||
|
|
||||||
ua_cloudbot = 'Cloudbot/DEV http://github.com/lukeroge/cloudbot'
|
ua_cloudbot = 'Cloudbot/DEV http://github.com/lukeroge/cloudbot'
|
||||||
|
|
||||||
|
|
Reference in a new issue