]> granicus.if.org Git - python/commitdiff
Marc-Andre Lemburg <mal@lemburg.com>:
authorMarc-André Lemburg <mal@egenix.com>
Fri, 30 Jun 2000 09:53:22 +0000 (09:53 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 30 Jun 2000 09:53:22 +0000 (09:53 +0000)
Include <> -> "". Patch by Bill Tutt.

Tools/perfecthash/GenUCNHash.py

index b04a9b2279207c750348e0d2c7c7d23621892b74..724ddbd80b0e1045c15d3962865c23a7afce4648 100644 (file)
@@ -50,7 +50,7 @@ typedef struct
   out = open(headerFileName, "w")
   out.write(header)
   out = open(cFileName, "w")
-  out.write("#include <%s>\n" % headerFileName)
+  out.write("#include "%s"\n" % headerFileName)
   out.write(code)
   perfHash.generate_graph(out)
   out.write("""