Place mock modules in correct location

This commit is contained in:
facetoe 2016-02-14 19:13:42 +08:00
parent 60f6d200a8
commit 4abff4bc0a
2 changed files with 6 additions and 2 deletions

View File

@ -3,5 +3,3 @@ sphinx>=1.1
colour>=0.0.5
mock>=1.0
pep8>=1.5.7
google-api-python-client>=1.4.2
python-dateutil>=2.4.2

View File

@ -35,6 +35,12 @@ MOCK_MODULES = [
"speedtest_cli",
"pyzabbix",
"vk",
"google-api-python-client",
"dateutil",
"httplib2",
"oauth2client",
"apiclient"
]
for mod_name in MOCK_MODULES: