From 790a6774c75756dedf69eb7bf9e0a448206aeee2 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Fri, 8 Nov 2013 14:50:50 -0600 Subject: fix test_io.py from previous commit --- 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 efcba33..7d0da97 100644 --- a/test/test_io.py +++ b/test/test_io.py @@ -1,4 +1,4 @@ -from unittest_find from unittest_find import unittest +from unittest_find import unittest from chroma.io import root from chroma import event import numpy as np -- cgit