Added matplotlib color

This commit is contained in:
Alan Saul 2013-01-31 12:35:39 +00:00
parent b73245e1de
commit c6339116a0

View file

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