--- ray/src/hd/SConscript 2016/03/28 17:35:13 1.12 +++ ray/src/hd/SConscript 2018/01/08 13:38:37 1.13 @@ -1,3 +1,5 @@ +from __future__ import division, print_function, unicode_literals + import os Import('env') @@ -114,3 +116,4 @@ if env.has_key('X11INCLUDE'): # vim: set syntax=python: +# vi: set ts=4 sw=4 :