You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 03:13:28)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
from mox import Mox
Traceback (most recent call last):
File "", line 1, in
File "/Users/sauravgupta/Desktop/modlettuce/assets/mox-0.5.3/mox.py", line 227, in
class Mox(object):
File "/Users/sauravgupta/Desktop/modlettuce/assets/mox-0.5.3/mox.py", line 232, in Mox
_USE_MOCK_OBJECT = [types.ClassType, types.FunctionType, types.InstanceType,
AttributeError: module 'types' has no attribute 'ClassType'
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 03:13:28)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: