summaryrefslogtreecommitdiff
path: root/test/test_bvh_simple.py
diff options
context:
space:
mode:
authorAnthony LaTorre <devnull@localhost>2013-11-08 14:49:15 -0600
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:39 -0700
commit88ebc2bcc8671667c5c283b3bac5e648ab15ca7b (patch)
tree9b25e93e202adf566ca0dbe98f7657f12f537067 /test/test_bvh_simple.py
parent90461d74a4b416598ea50f23364b6e0fa050bc59 (diff)
downloadchroma-88ebc2bcc8671667c5c283b3bac5e648ab15ca7b.tar.gz
chroma-88ebc2bcc8671667c5c283b3bac5e648ab15ca7b.tar.bz2
chroma-88ebc2bcc8671667c5c283b3bac5e648ab15ca7b.zip
update tests to work for python versions <2.7
Diffstat (limited to 'test/test_bvh_simple.py')
-rw-r--r--test/test_bvh_simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_bvh_simple.py b/test/test_bvh_simple.py
index f68172f..c3743fd 100644
--- a/test/test_bvh_simple.py
+++ b/test/test_bvh_simple.py
@@ -1,5 +1,5 @@
import pycuda.autoinit
-import unittest
+from unittest_find import unittest
from chroma.bvh import make_simple_bvh, BVH
from chroma.bvh.bvh import node_areas
import chroma.models