From 88ebc2bcc8671667c5c283b3bac5e648ab15ca7b Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Fri, 8 Nov 2013 14:49:15 -0600 Subject: update tests to work for python versions <2.7 --- test/test_sample_cdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_sample_cdf.py') diff --git a/test/test_sample_cdf.py b/test/test_sample_cdf.py index 1510768..f079db0 100644 --- a/test/test_sample_cdf.py +++ b/test/test_sample_cdf.py @@ -4,7 +4,7 @@ from pycuda import gpuarray import numpy as np import ROOT import os -import unittest +from unittest_find import unittest import chroma class TestSampling(unittest.TestCase): -- cgit