diff options
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> |