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_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_io.py') diff --git a/test/test_io.py b/test/test_io.py index 15daab6..efcba33 100644 --- a/test/test_io.py +++ b/test/test_io.py @@ -1,4 +1,4 @@ -import unittest +from unittest_find from unittest_find import unittest from chroma.io import root from chroma import event import numpy as np -- cgit