diff options
author | Federico Di Gregorio <fog@initd.org> | 2005-01-20 05:49:40 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2005-01-20 05:49:40 +0000 |
commit | 1141149cd3656b4ad68995894070af4f13c24f32 (patch) | |
tree | bd80445b057f0c9109ead70f8ee5e3d4cbd4ec62 /lib/extras.py | |
parent | 9bf185f6a9b868275c762d032cfb09c544ef7cdb (diff) | |
download | psycopg2-1141149cd3656b4ad68995894070af4f13c24f32.tar.gz |
License changes. Fixes. Added register_adapter().
Diffstat (limited to 'lib/extras.py')
-rw-r--r-- | lib/extras.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/extras.py b/lib/extras.py index 39f9caa..1e69a4e 100644 --- a/lib/extras.py +++ b/lib/extras.py @@ -1,3 +1,8 @@ +"""Miscellaneous goodies for psycopg + +This module is a generic place used to hold little helper function +and classes untill a better place in the distribution is found. +""" # psycopg/extras.py - miscellaneous extra goodies for psycopg # # Copyright (C) 2003-2004 Federico Di Gregorio <fog@debian.org> |