Skip to content

Commit

Permalink
Changes so that the dmp module is
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed Jun 30, 2017
1 parent 1d41813 commit bd2c37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -27,7 +27,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ['pyBigWig']
MOCK_MODULES = ['pyBigWig', 'dmp']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

import dmp
Expand Down

0 comments on commit bd2c37c

Please sign in to comment.