diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-06-01 20:25:33 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-06-01 20:25:33 -0400 |
commit | 6400a1cc967fe2bc26e4ebb5a3c132bdd6adefef (patch) | |
tree | aabaf55e13bf0bce0896867ae51834470a55a81c /lib/sqlalchemy/util/compat.py | |
parent | fae54b27dbf41e52d10a61f7d4994ff6ac22337a (diff) | |
download | sqlalchemy-6400a1cc967fe2bc26e4ebb5a3c132bdd6adefef.tar.gz |
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...
Diffstat (limited to 'lib/sqlalchemy/util/compat.py')
-rw-r--r-- | lib/sqlalchemy/util/compat.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): |