summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMarko Kreen2009-03-09 06:57:33 +0000
committerMarko Kreen2009-03-10 12:03:51 +0000
commitb5a20da8b1ed59fb01a31ed363c93bd88e8b3e59 (patch)
tree3b53430219991ef9e7d4106d541dbb7a78206e51 /python
parentfb4f306553200d3eec065323aa81ca9b12faacc0 (diff)
psycopgwrapper: export connect_database()
Diffstat (limited to 'python')
-rw-r--r--python/skytools/psycopgwrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/skytools/psycopgwrapper.py b/python/skytools/psycopgwrapper.py
index 7bce0c33..1c91ea97 100644
--- a/python/skytools/psycopgwrapper.py
+++ b/python/skytools/psycopgwrapper.py
@@ -55,7 +55,7 @@ Plain .fetchall() / .fetchone() give exact same result.
"""
# no exports
-__all__ = []
+__all__ = ['connect_database']
##from psycopg2.psycopg1 import connect as _pgconnect
# psycopg2.psycopg1.cursor is too backwards compatible,