From 6400a1cc967fe2bc26e4ebb5a3c132bdd6adefef Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 1 Jun 2011 20:25:33 -0400 Subject: take out a little cruft. Spend two hours trying to make things simpler, maybe we dont need state.callables (nope we do), maybe we can move populate_state out (nope we lose speed that way), things are the way they are... --- lib/sqlalchemy/util/compat.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/sqlalchemy/util/compat.py') diff --git a/lib/sqlalchemy/util/compat.py b/lib/sqlalchemy/util/compat.py index 0fb004500..69d648498 100644 --- a/lib/sqlalchemy/util/compat.py +++ b/lib/sqlalchemy/util/compat.py @@ -81,7 +81,6 @@ except ImportError: return func(*(args + fargs), **newkeywords) return newfunc - if py3k: # they're bringing it back in 3.2. brilliant ! def callable(fn): -- cgit v1.2.1