X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=doc%2FSConstruct;h=a06f315aafc506bbfd4769da68cc0f840fb362c4;hp=b41697620b795283bed59e02bdf147cbb41a1af0;hb=60b12a779acf92ec32ef2d0ed9e5766b11705150;hpb=01c8dd10d343718246c48dc2f4c122d59913de4d diff --git a/doc/SConstruct b/doc/SConstruct index b416976..a06f315 100644 --- a/doc/SConstruct +++ b/doc/SConstruct @@ -130,8 +130,8 @@ pkgtype = env["pkgtype"] # Dump internals if debugging. if debug: - print "Environment:" - print env.Dump() + print('Environment:') + print(env.Dump()) # Get parameters from Sphinx config file. sphinxparams = {} @@ -160,9 +160,9 @@ help_format = " %-10s %s\n" # Print banner if required. if not any(map(GetOption, ("silent", "clean", "help"))): - print - print "This is", description - print + print('') + print('This is {}'.format(description)) + print('') # Build sphinx command-line options. opts = []