From c63db558e9a67db7f713bb02ac689ebc5113418e Mon Sep 17 00:00:00 2001 From: Peter Kessen Date: Thu, 17 Sep 2015 12:55:57 +0200 Subject: [PATCH] removed useless install of IO capture This was introduced by a copy and paste from other code. I removed it now --- test/test_ui_commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_ui_commands.py b/test/test_ui_commands.py index 05da727fd..ff0aa96a5 100644 --- a/test/test_ui_commands.py +++ b/test/test_ui_commands.py @@ -30,8 +30,6 @@ class QueryTest(_common.TestCase): def setUp(self): super(QueryTest, self).setUp() - self.io.install() - self.libdir = os.path.join(self.temp_dir, 'testlibdir') os.mkdir(self.libdir)