Files
web2py/gluon/contrib/gql.py
T
2012-10-19 12:33:53 -05:00

6 lines
303 B
Python

# this file exists for backward compatibility
__all__ = ['DAL', 'Field', 'drivers', 'gae']
from gluon.dal import DAL, Field, Table, Query, Set, Expression, Row, Rows, drivers, BaseAdapter, SQLField, SQLTable, SQLXorable, SQLQuery, SQLSet, SQLRows, SQLStorage, SQLDB, GQLDB, SQLALL, SQLCustomType, gae