Commit ca46f074 authored by Jason R. Coombs's avatar Jason R. Coombs

Python 2.3 no longer supported

--HG--
extra : rebase_source : debc6141ad369eafeb78b808a15d8558ff3fb83b
parent b73d7fa6
......@@ -33,8 +33,6 @@ class TestSandbox(unittest.TestCase):
shutil.rmtree(self.dir)
def test_devnull(self):
if sys.version < '2.4':
return
sandbox = DirectorySandbox(self.dir)
sandbox.run(self._file_writer(os.devnull))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment