Added matplotlib to mock

This commit is contained in:
Alan Saul 2013-01-31 12:30:38 +00:00
parent 9758c90b16
commit f208b49c36

View file

@ -344,7 +344,7 @@ class Mock(object):
else:
return Mock()
MOCK_MODULES = [#'matplotlib', 'matplotlib.pyplot',
MOCK_MODULES = ['matplotlib', 'matplotlib.pyplot',
'pylab'
]
for mod_name in MOCK_MODULES: