summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2016-01-01 13:52:31 +0000
committerRussel Winder <russel@winder.org.uk>2016-01-01 13:52:31 +0000
commiteb160b71eb56f22bedc107551b5868a8a0f597a9 (patch)
tree95b6de82092af962dd5136c4017e7388bbb72aa2 /src/script
parent4fa680fef6dfda6650cefca0c0b26547cadd7da4 (diff)
downloadscons-eb160b71eb56f22bedc107551b5868a8a0f597a9.tar.gz
Run futurize --stage1.
Diffstat (limited to 'src/script')
-rw-r--r--src/script/scons.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/scons.py b/src/script/scons.py
index b5476b9d..0595717a 100644
--- a/src/script/scons.py
+++ b/src/script/scons.py
@@ -23,6 +23,8 @@
# 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
+
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
__version__ = "__VERSION__"