fixed import, thanks Auden RovelleQuartz

This commit is contained in:
mdipierro
2015-05-20 08:24:33 -05:00
parent eb4d159b37
commit de3d722ac9
+1 -1
View File
@@ -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