In unit-tests, always use StringIO, not io
commit5a307d11470bc7545903ca736f769582e509c438
authorThomas Leonard <talex5@gmail.com>
Sun, 1 Jul 2012 11:03:55 +0000 (1 12:03 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 1 Jul 2012 11:05:25 +0000 (1 12:05 +0100)
tree1d742eeaf9af77c35f5abb1c1b26fefd2583e1aa
parent1c5c424ebbd9f01ad9aeb33fa71f0bb6e16673d8
In unit-tests, always use StringIO, not io

Some versions of Python 2.6 seem to have problems with io's version.
tests/basetest.py
tests/testalias.py
tests/testdistro.py
tests/testdownload.py
tests/testdriver.py
tests/testinstall.py
tests/testlaunch.py
tests/testpackagekit.py
tests/testrun.py
tests/testschedular.py
tests/teststore.py