summaryrefslogtreecommitdiff
path: root/lib/__init__.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-04-03 06:13:24 +0000
committerFederico Di Gregorio <fog@initd.org>2005-04-03 06:13:24 +0000
commitfdb68599c7bce5e5d860383f21d1ae6c8fc12c29 (patch)
treeefcd045b513dcc6b6ac213aace332fbfb285e80e /lib/__init__.py
parent5db776420703e392e839d7fcb833274f65b7893f (diff)
downloadpsycopg2-fdb68599c7bce5e5d860383f21d1ae6c8fc12c29.tar.gz
psycopg1 compatibility module.
Diffstat (limited to 'lib/__init__.py')
-rw-r--r--lib/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/__init__.py b/lib/__init__.py
index 2ac194c..0e87211 100644
--- a/lib/__init__.py
+++ b/lib/__init__.py
@@ -20,8 +20,6 @@ small and fast, and stable as a rock.
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
-__all__ = ['extensions', 'extras', 'tz', 'pool']
-
# import the DBAPI-2.0 stuff into top-level module
from _psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID