From de3d722ac90d105076fb50ddbf31f744668eba23 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 20 May 2015 08:24:33 -0500 Subject: [PATCH] fixed import, thanks Auden RovelleQuartz --- gluon/dal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/dal.py b/gluon/dal.py index dbae0d39..f8579a70 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -12,7 +12,7 @@ Takes care of adapting pyDAL to web2py's needs from pydal import DAL as DAL from pydal import Field -from pydal.objects import Row, Rows, Table, Query, Expression +from pydal.objects import Row, Rows, Table, Query, Set, Expression from pydal import SQLCustomType, geoPoint, geoLine, geoPolygon