dota2wins: try to fix urllib.request module

This commit is contained in:
David Wahlstrom 2015-06-04 13:57:46 -07:00
parent a1a4127eed
commit b6c9aa5f3f

View File

@ -33,7 +33,7 @@ MOCK_MODULES = [
"bs4", "bs4",
"novaclient.v2", "novaclient.v2",
"dota2py", "dota2py",
"urllib", "urllib.request",
"json" "json"
] ]