~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to lib/sqlalchemy/ext/declarative/__init__.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-10-28 22:29:40 UTC
  • mfrom: (1.4.24)
  • Revision ID: package-import@ubuntu.com-20131028222940-wvyqffl4g617caun
Tags: 0.8.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1254
1254
from .api import declarative_base, synonym_for, comparable_using, \
1255
1255
    instrument_declarative, ConcreteBase, AbstractConcreteBase, \
1256
1256
    DeclarativeMeta, DeferredReflection, has_inherited_table,\
1257
 
    declared_attr
 
1257
    declared_attr, as_declarative
1258
1258
 
1259
1259
 
1260
1260
__all__ = ['declarative_base', 'synonym_for', 'has_inherited_table',