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

This commit is contained in:
D'Arcy J.M. Cain 2002-03-19 13:20:52 +00:00
parent b292cafcd4
commit d6b4153f93

View File

@ -1,8 +1,9 @@
# pgutil.py
# pg.py
# Written by D'Arcy J.M. Cain
# This library implements some basic database management stuff
# It includes the pg module and builds on it
# This library implements some basic database management stuff. 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 *
import string, re, sys