diff --git a/Documentation/conceptify.py b/Documentation/conceptify.py index 6cf06d16200..6286aac86bd 100755 --- a/Documentation/conceptify.py +++ b/Documentation/conceptify.py @@ -33,7 +33,7 @@ def write_out_html(d, fn): f = open(fn, 'w') # this is the normal doxygen doctype, which is thrown away by pyquery f.write('\n') - print(d, file=f) + print >>f, d f.close() # remove duplicate files