diff --git a/src/Tools/updatecrowdin.py b/src/Tools/updatecrowdin.py index 032c497da6..93ca3f8f6f 100755 --- a/src/Tools/updatecrowdin.py +++ b/src/Tools/updatecrowdin.py @@ -22,6 +22,7 @@ #* * #*************************************************************************** +from __future__ import print_function ''' This utility offers several commands to interact with the FreeCAD project on crowdin. diff --git a/src/Tools/updatefromcrowdin.py b/src/Tools/updatefromcrowdin.py index b2f4c516fd..7c939efdc3 100755 --- a/src/Tools/updatefromcrowdin.py +++ b/src/Tools/updatefromcrowdin.py @@ -22,6 +22,7 @@ #* * #*************************************************************************** +from __future__ import print_function ''' Usage: diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 68e2d0bd84..03c337ad7c 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -24,6 +24,7 @@ #* * #*************************************************************************** +from __future__ import print_function Usage = """updatets - update all .ts files found in the source directories