From: Taavi Burns Date: Tue, 15 Mar 2011 21:45:55 +0000 (-0400) Subject: Added required import (somehow we never seem to hit the unimported ref) X-Git-Tag: rel_0_7b3~23^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5313eed6c6e018f7d543cc4dd07565bfb70b354;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added required import (somehow we never seem to hit the unimported ref) --- diff --git a/lib/sqlalchemy/util/langhelpers.py b/lib/sqlalchemy/util/langhelpers.py index 1ed9c6c7bb..5dd95190f7 100644 --- a/lib/sqlalchemy/util/langhelpers.py +++ b/lib/sqlalchemy/util/langhelpers.py @@ -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