From af4285e6adf2a052ce985f9d3d97cc89778fca96 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 13 Nov 2010 13:19:36 -0500 Subject: - 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 --- lib/sqlalchemy/test/util.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/sqlalchemy/test') diff --git a/lib/sqlalchemy/test/util.py b/lib/sqlalchemy/test/util.py index ff2c3d7b7..f2b6b49ea 100644 --- a/lib/sqlalchemy/test/util.py +++ b/lib/sqlalchemy/test/util.py @@ -22,8 +22,6 @@ else: def lazy_gc(): pass - - def picklers(): picklers = set() # Py2K -- cgit v1.2.1