diff --git a/tests/__init__.py b/tests/__init__.py index 881d9c5..e69de29 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +0,0 @@ -try: - from unittest2 import TestCase -except ImportError: - from unittest import TestCase