mirror of
https://github.com/vale981/ray
synced 2025-03-11 13:46:40 -04:00

* Make common module Python 3 compatible. * Make plasma module Python 3 compatible. * Make photon module Python 3 compatible. * Make numbuf module Python 3 compatible. * Remaining changes for Python 3 compatibility. * Test Python 3 in Travis. * Fixes.
5 lines
138 B
Python
5 lines
138 B
Python
from __future__ import absolute_import
|
|
from __future__ import division
|
|
from __future__ import print_function
|
|
|
|
from plasma.plasma import *
|