diff options
| author | Taavi Burns <taavi.burns@gmail.com> | 2011-03-15 17:45:55 -0400 |
|---|---|---|
| committer | Taavi Burns <taavi.burns@gmail.com> | 2011-03-15 17:45:55 -0400 |
| commit | b5313eed6c6e018f7d543cc4dd07565bfb70b354 (patch) | |
| tree | bb39b36b58ccf528d353db3bf1ba6f1ca524c000 /lib | |
| parent | 1b812102a713d5985d222823a15f89b1bd0b8af7 (diff) | |
| download | sqlalchemy-b5313eed6c6e018f7d543cc4dd07565bfb70b354.tar.gz | |
Added required import (somehow we never seem to hit the unimported ref)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/util/langhelpers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/util/langhelpers.py b/lib/sqlalchemy/util/langhelpers.py index 1ed9c6c7b..5dd95190f 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 |
