[Python-checkins] CVS: python/dist/src/Tools/perfecthash GenUCNHash.py,1.2,1.3

M.-A. Lemburg python-dev@python.org
Fri, 30 Jun 2000 03:30:37 -0700


Update of /cvsroot/python/python/dist/src/Tools/perfecthash
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25556/Tools/perfecthash

Modified Files:
	GenUCNHash.py 
Log Message:
Marc-Andre Lemburg <mal@lemburg.com>:
Fixed a quote bug. Thanks to Fredrik Lundh.

Index: GenUCNHash.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/perfecthash/GenUCNHash.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** GenUCNHash.py	2000/06/30 09:53:22	1.2
--- GenUCNHash.py	2000/06/30 10:30:35	1.3
***************
*** 51,55 ****
    out.write(header)
    out = open(cFileName, "w")
!   out.write("#include "%s"\n" % headerFileName)
    out.write(code)
    perfHash.generate_graph(out)
--- 51,55 ----
    out.write(header)
    out = open(cFileName, "w")
!   out.write("#include \"%s\"\n" % headerFileName)
    out.write(code)
    perfHash.generate_graph(out)