This commit is contained in:
mdipierro
2014-09-04 22:30:19 -05:00
parent c1c3621bf3
commit 7e50bd6050
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
Version 2.9.6-stable+timestamp.2014.09.04.22.28.47
Version 2.9.6-stable+timestamp.2014.09.04.22.30.15

View File

@@ -198,7 +198,6 @@ if PYTHON_VERSION[:2] < (2, 7):
else:
from collections import OrderedDict
CALLABLETYPES = (types.LambdaType, types.FunctionType,
types.BuiltinFunctionType,
types.MethodType, types.BuiltinMethodType)