Skip to content

Commit

Permalink
Tinker with dateutil mocking.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onager committed Apr 23, 2015
1 parent 9791974 commit 16e164d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __getattr__(cls, name):
# Mock all the dependencies! (except the ones we don't want to)
py_mods = [tup[0] for tup in dependencies.PYTHON_DEPENDENCIES]
py_mods.remove('six')
py_mods.remove('dateutil')
py_mods.append('dateutil.parser')
py_mods.append('artifacts.knowledgebase')
py_mods.append('dfvfs.helpers')
py_mods.append('dfvfs.analyzer')
Expand Down
2 changes: 0 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
sphinxcontrib-napoleon
dateutil

0 comments on commit 16e164d

Please sign in to comment.