diff options
author | Russel Winder <russel@winder.org.uk> | 2016-01-01 15:01:27 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2016-01-01 15:01:27 (GMT) |
commit | e9989979ac3411919935afe3a8c8c70ebbc4fd58 (patch) | |
tree | 7fdc13c5731ee72d402b6ac19c52b506df77d574 /doc | |
parent | 85aa9baee353e5a7710cb34932ea7ed09a847e39 (diff) | |
download | SCons-e9989979ac3411919935afe3a8c8c70ebbc4fd58.zip SCons-e9989979ac3411919935afe3a8c8c70ebbc4fd58.tar.gz SCons-e9989979ac3411919935afe3a8c8c70ebbc4fd58.tar.bz2 |
Some more print statements to functions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/SConscript b/doc/SConscript index 6dbf33d..7e6aaeb 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -23,6 +23,7 @@ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + from __future__ import print_function import os.path @@ -52,7 +53,7 @@ fop = whereis('fop') xep = whereis('xep') if not fop and not xep: - print "doc: No PDF renderer found (fop|xep)!" + print("doc: No PDF renderer found (fop|xep)!") skip_doc = True # |