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_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_cache.py') diff --git a/test/test_cache.py b/test/test_cache.py index e4bb165..b6b40d9 100644 --- a/test/test_cache.py +++ b/test/test_cache.py @@ -1,4 +1,4 @@ -import unittest +from unittest_find from unittest_find import unittest import os import shutil import tempfile -- cgit