diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-26 11:42:42 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-26 11:42:42 -0400 |
| commit | 699fdd4330879eb492c5bded53f1142a43e3c01a (patch) | |
| tree | b83fe22fbab0bc89c12afe9a2555c6de0541f997 /lib/sqlalchemy/dialects/postgresql/base.py | |
| parent | fee954f2534eba61e13dcf53731966dfe42c373b (diff) | |
| download | sqlalchemy-699fdd4330879eb492c5bded53f1142a43e3c01a.tar.gz | |
need the defaultdict import here
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
| -rw-r--r-- | lib/sqlalchemy/dialects/postgresql/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index ab1327031..f9bd49f0c 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -206,6 +206,7 @@ version of PostgreSQL. """ +from collections import defaultdict import re from ... import sql, schema, exc, util |
