From 7e50bd6050241e68f60c47f925ab5b93549cd8cd Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 4 Sep 2014 22:30:19 -0500 Subject: [PATCH] R-2.9.7 --- VERSION | 2 +- gluon/dal.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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)