Commit e738b9a0 authored by Vincent Pelletier's avatar Vincent Pelletier

Drop duplicate import.

parent de302d89
...@@ -526,7 +526,7 @@ def _fixMockForInspect(): ...@@ -526,7 +526,7 @@ def _fixMockForInspect():
def f(self): def f(self):
pass pass
if not inspect.getmembers(A, inspect.ismethod): if not inspect.getmembers(A, inspect.ismethod):
from mock import Mock, MockCallable from mock import MockCallable
# _setupSubclassMethodInterceptors is under the FreeBSD license. # _setupSubclassMethodInterceptors is under the FreeBSD license.
# See pyMock module for the whole license. # See pyMock module for the whole license.
def _setupSubclassMethodInterceptors(self): def _setupSubclassMethodInterceptors(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment