mirror of
https://github.com/bspeice/metrik
synced 2024-11-04 22:48:11 -05:00
And another python2/3 issue
This commit is contained in:
parent
f87653913e
commit
36c7f37514
@ -7,9 +7,12 @@ import logging
|
||||
|
||||
try:
|
||||
from urllib.parse import quote_plus
|
||||
from html.parser import HTMLParser
|
||||
except ImportError:
|
||||
# noinspection PyUnresolvedReferences
|
||||
from urllib import quote_plus
|
||||
# noinspection PyUnresolvedReferences
|
||||
from HTMLParser import HTMLParser
|
||||
|
||||
|
||||
class BloombergEquityInfo(Task):
|
||||
|
Loading…
Reference in New Issue
Block a user