Skip to content

Commit

Permalink
Adding matplotlib.collections package to the mock code in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
veeresht committed May 25, 2012
1 parent ef9270e commit 1809f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -31,7 +31,7 @@ def __getattr__(self, name):
else:
return Mock()

MOCK_MODULES = ['numpy', 'scipy', 'matplotlib', 'cython', 'matplotlib.pyplot']
MOCK_MODULES = ['numpy', 'scipy', 'matplotlib', 'cython', 'matplotlib.pyplot', 'matplotlib.collections']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

Expand Down

0 comments on commit 1809f33

Please sign in to comment.