mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
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:
parent
d607ae7adc
commit
c63db558e9
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue