Commit e738b9a0 authored by Vincent Pelletier's avatar Vincent Pelletier

Drop duplicate import.

parent de302d89
......@@ -526,7 +526,7 @@ def _fixMockForInspect():
def f(self):
pass
if not inspect.getmembers(A, inspect.ismethod):
from mock import Mock, MockCallable
from mock import MockCallable
# _setupSubclassMethodInterceptors is under the FreeBSD license.
# See pyMock module for the whole license.
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