diff options
Diffstat (limited to 'lib/extras.py')
-rw-r--r-- | lib/extras.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/extras.py b/lib/extras.py index 16fc555..39adf0c 100644 --- a/lib/extras.py +++ b/lib/extras.py @@ -1,6 +1,6 @@ -"""Miscellaneous goodies for psycopg +"""Miscellaneous goodies for psycopg2 -This module is a generic place used to hold little helper function +This module is a generic place used to hold little helper functions and classes untill a better place in the distribution is found. """ # psycopg/extras.py - miscellaneous extra goodies for psycopg |