~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to lib/extras.py

  • Committer: Federico Di Gregorio
  • Date: 2005-01-20 05:49:40 UTC
  • Revision ID: fog-7e871bddd10637cd35a35849556d0b49b4be53b4
License changes. Fixes. Added register_adapter().

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""Miscellaneous goodies for psycopg
 
2
 
 
3
This module is a generic place used to hold little helper function
 
4
and classes untill a better place in the distribution is found.
 
5
"""
1
6
# psycopg/extras.py - miscellaneous extra goodies for psycopg
2
7
#
3
8
# Copyright (C) 2003-2004 Federico Di Gregorio  <fog@debian.org>