Files
sqlalchemy/test
Mike Bayer 53aab63b6c - remove some remaining sys.modules shenanigans
- The "sqlalchemy.exceptions" alias in sys.modules
has been removed.   Base SQLA exceptions are
available via "from sqlalchemy import exc".
The "exceptions" alias for "exc" remains in
"sqlalchemy" for now, it's just not patched into
sys.modules.
2011-02-12 18:00:45 -05:00
..
2010-11-15 19:37:50 -05:00