dota2wins: fix typo and remove uneeded modules

urllib and json are part of the standard library.
This commit is contained in:
David Wahlstrom 2015-06-05 06:21:21 -07:00
parent b6c9aa5f3f
commit 22dc932e22
2 changed files with 1 additions and 3 deletions

View File

@ -33,8 +33,6 @@ MOCK_MODULES = [
"bs4",
"novaclient.v2",
"dota2py",
"urllib.request",
"json"
]
for mod_name in MOCK_MODULES:

View File

@ -22,7 +22,7 @@ class Dota2wins(IntervalModule):
"good_threshold"),
("bad_color", "Color of text while win percentage is below "
"bad_threshold"),
("cation_color", "Color of text while win precentage is between good "
("caution_color", "Color of text while win precentage is between good "
"and bad thresholds"),
("screenname", "If set to 'retrieve', requests for the users's "
"screenname via API calls. Else, use the supplied string as the "