Fix name in comments and add info about this module's place in PyGreSQL.
This commit is contained in:
parent
b292cafcd4
commit
d6b4153f93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user