Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/decarlof/DMagic
Browse files Browse the repository at this point in the history
  • Loading branch information
decarlof committed Mar 11, 2016
2 parents 68c1892 + 89a016c commit 0a7d923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ def __call__(self, *args, **kwargs):

@classmethod
def __getattr__(cls, name): return Mock() def __mul__(self, other): return Mock() def __rmul__(self, other): return Mock() def __pow__(self, other): return Mock() def __div__(self, other): return Mock() def __add__(self, other): return Mock() def __radd__(self, other): return Mock()
#MOCK_MODULES = [
# 'pyinotify', 'validate_email', 'subprocess', 'argparse',
# 'fnmatch', 'suds', 'logging', 'traceback', 'urllib2',
# 'httplib', 'xml', 'ipdb', 'collections', 'unicodedata', 'string']

MOCK_MODULES = [
'numpy', 'scipy', 'scipy.misc', 'scipy.optimize', 'h5py', 'ctypes',
Expand Down

0 comments on commit 0a7d923

Please sign in to comment.