]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added required import (somehow we never seem to hit the unimported ref)
authorTaavi Burns <taavi.burns@gmail.com>
Tue, 15 Mar 2011 21:45:55 +0000 (17:45 -0400)
committerTaavi Burns <taavi.burns@gmail.com>
Tue, 15 Mar 2011 21:45:55 +0000 (17:45 -0400)
lib/sqlalchemy/util/langhelpers.py

index 1ed9c6c7bb688a76f9f46f5acebb6df492a6e117..5dd95190f7cd358f21f517465800ace25e12f0c6 100644 (file)
@@ -11,6 +11,7 @@ modules, classes, hierarchies, attributes, functions, and methods.
 import itertools
 import inspect
 import operator
+import sys
 import types
 import warnings
 from compat import update_wrapper, set_types, threading