Commit d6b4153f authored by D'Arcy J.M. Cain's avatar D'Arcy J.M. Cain

Fix name in comments and add info about this module's place in PyGreSQL.

parent b292cafc
# pgutil.py # pg.py
# Written by D'Arcy J.M. Cain # Written by D'Arcy J.M. Cain
# This library implements some basic database management stuff # This library implements some basic database management stuff. It
# It includes the pg module and builds on it # includes the pg module and builds on it. This is known as the
# "Classic" interface. For DB-API compliance use the pgdb module.
from _pg import * from _pg import *
import string, re, sys import string, re, sys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment