From fac185b7814d5a47a33fef25d64e4ae94586670d Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 4 Aug 2013 10:41:37 -0500 Subject: remove python2.6 check in tests.py There's no way that this library supports python2.6, and even if it does, it's not a target or something worth maintaining. --- tests/tests.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/tests.py b/tests/tests.py index 606c105..817be51 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -96,11 +96,6 @@ try: except ImportError: import unittest -# check for things we need in unittest -if not hasattr(unittest.TestCase, 'setUpClass'): - sys.stderr.write("The unittest2 module or Python 2.7 is required to run this script.") - sys.exit(1) - class TestCram(unittest.TestCase): "this is where i cram all of my unit tests together" -- cgit v1.2.3