update tests to unittest2 (or unittest py2.7)

This commit is contained in:
Stephen M. McQuay
2012-06-08 11:47:19 -06:00
parent a45c84c183
commit 7559887e0f
7 changed files with 4 additions and 28 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from .cc import TestCC
from .test_cc import TestCC
__all__ = [
TestCC.__name__,