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

M.-A. Lemburg python-dev@python.org
Fri, 30 Jun 2000 02:53:25 -0700


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

Modified Files:
	GenUCNHash.py 
Log Message:
Marc-Andre Lemburg <mal@lemburg.com>:
Include <> -> "". Patch by Bill Tutt.

Index: GenUCNHash.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/perfecthash/GenUCNHash.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** GenUCNHash.py	2000/06/28 16:49:29	1.1
--- GenUCNHash.py	2000/06/30 09:53:22	1.2
***************
*** 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)