From 6b21fd80cb777a9cd69063cdc43e9a7e79a6678a Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Fri, 8 Jun 2012 11:57:22 -0600 Subject: [PATCH] changed import so it would work --- surf/test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf/test/__init__.py b/surf/test/__init__.py index c084683..b8d9a9a 100644 --- a/surf/test/__init__.py +++ b/surf/test/__init__.py @@ -1,7 +1,7 @@ from .test_vertex import TestVertex from .test_edge import TestEdge from .test_polymesh import TestPM -from .subd.cc import TestCC +from .subd.test_cc import TestCC # I only use the convoluted Class.__name__ to pass pyflakes (it complains about