allow imports form gluon/dal.py

This commit is contained in:
mdipierro
2015-03-03 11:05:13 -06:00
parent befb5b286a
commit 4168002a58
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ Takes care of adapting pyDAL to web2py's needs
"""
from pydal import DAL as pyDAL
from pydal import Field, SQLCustomType, geoPoint, geoLine, geoPolygon
from pydal import Field
from pydal.objects import Row, Rows, Table, Query, Expression
from pydal import SQLCustomType, geoPoint, geoLine, geoPolygon
def _default_validators(db, field):