diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index 6bf336b4..edadb7c2 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -27,7 +27,7 @@ from gluon.html import FORM, INPUT, LABEL, OPTION, SELECT, COL, COLGROUP from gluon.html import TABLE, THEAD, TBODY, TR, TD, TH, STYLE, SCRIPT from gluon.html import URL, FIELDSET, P, DEFAULT_PASSWORD_DISPLAY from pydal.base import DEFAULT -from pydal.objects import Table, Row, Expression, Field, Set +from pydal.objects import Table, Row, Expression, Field, Set, Rows from pydal.adapters.base import CALLABLETYPES from pydal.helpers.methods import smart_query, bar_encode, _repr_ref from pydal.helpers.classes import Reference, SQLCustomType