diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-25 07:12:50 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-25 07:12:50 +0000 |
| commit | 72dd2b08beb9803269983aa220e75b44007e5158 (patch) | |
| tree | 16f80b5f869ba68ae17e2fcbe9b18f1542b22e84 /lib/sqlalchemy/__init__.py | |
| parent | 5b81c1a2d0915d95d9928ffaaf81af814cf4ec3e (diff) | |
| download | sqlalchemy-72dd2b08beb9803269983aa220e75b44007e5158.tar.gz | |
merged sql_rearrangement branch , refactors sql package to work standalone with
clause elements including tables and columns, schema package deals with "physical"
representations
Diffstat (limited to 'lib/sqlalchemy/__init__.py')
| -rw-r--r-- | lib/sqlalchemy/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 0c8aa2fe0..d38a557f9 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -6,8 +6,8 @@ from engine import * from types import * +from sql import * from schema import * from exceptions import * -from sql import * import mapping as mapperlib from mapping import * |
