--- ray/src/meta/SConscript 2016/03/10 21:43:23 1.7 +++ ray/src/meta/SConscript 2018/01/08 13:38:37 1.8 @@ -1,3 +1,5 @@ +from __future__ import division, print_function, unicode_literals + import os Import ('env') @@ -65,3 +67,4 @@ if env.has_key('X11LIB'): # vim: set syntax=python: +# vi: set ts=4 sw=4 :