fixed db.Table and db.Field

This commit is contained in:
mdipierro
2015-03-12 19:49:32 -05:00
parent 60b3b19ede
commit 9dba971d3d
2 changed files with 3 additions and 1 deletions

View File

@@ -134,6 +134,8 @@ class DAL(pyDAL):
'rows_render': sqlhtml.represent,
'rows_xml': sqlhtml.SQLTABLE
}
Field = Field
Table = Table
#: add web2py contrib drivers to pyDAL
from pydal.drivers import DRIVERS