Files
sqlalchemy/lib
Mike Bayer af4285e6ad - move inline "import" statements to use new "util.importlater()" construct. cuts
down on clutter, timeit says there's a teeny performance gain, at least where
the access is compared against attr.subattr.  these aren't super-critical
calls anyway
- slight inlining in _class_to_mapper
2010-11-13 13:19:36 -05:00
..