removed useless install of IO capture

This was introduced by a copy and paste from other code. I removed it now
This commit is contained in:
Peter Kessen 2015-09-17 12:55:57 +02:00
parent d607ae7adc
commit c63db558e9

View file

@ -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)