Default to python 2 for voxel.py and statepoint_3d.py.

This commit is contained in:
Paul Romano 2014-08-06 21:11:46 -04:00
parent 4cabb748df
commit d06b521463
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
from __future__ import division, print_function

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
from __future__ import division, print_function