diff --git a/VERSION b/VERSION index b347c241..f247f5e3 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/dal.py b/gluon/dal.py index b305ec29..5981eb39 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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)