[Python-checkins] python/dist/src/Lib dbhash.py,1.6,1.7

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Mon, 05 May 2003 07:16:45 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv553

Modified Files:
	dbhash.py 
Log Message:
typo


Index: dbhash.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/dbhash.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** dbhash.py	5 Jun 2001 05:33:19 -0000	1.6
--- dbhash.py	5 May 2003 14:16:41 -0000	1.7
***************
*** 1,3 ****
! """Provide a (g)dbm-compatible interface to bsdhash.hashopen."""
  
  import sys
--- 1,3 ----
! """Provide a (g)dbm-compatible interface to bsddb.hashopen."""
  
  import sys