Skip to content
Snippets Groups Projects
Commit 5a9cb8b6 authored by Robert Collins's avatar Robert Collins Committed by GitHub
Browse files

Merge pull request #376 from eli-b/patch-2

Remove dead code from __init__.py
parents 027fb0b5 b4b3c046
Branches master
No related tags found
No related merge requests found
...@@ -2,6 +2,3 @@ from __future__ import absolute_import ...@@ -2,6 +2,3 @@ from __future__ import absolute_import
import mock.mock as _mock import mock.mock as _mock
from mock.mock import * from mock.mock import *
__all__ = _mock.__all__ __all__ = _mock.__all__
#import mock.mock as _mock
#for name in dir(_mock):
# globals()[name] = getattr(_mock, name)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment