Fix redirect error
authorZomnut <adamwilliamking@gmail.com>
Fri, 4 Oct 2013 15:35:28 +0000 (11:35 -0400)
committerZomnut <adamwilliamking@gmail.com>
Fri, 4 Oct 2013 15:35:28 +0000 (11:35 -0400)
commitbd59f6a835f966fd21557530efc98f7cbb1c8f51
treea69e88fa5cdf0569268055dfac2419986ecc03d9
parent0b2c09d20b389af4ab1fef4ad6061fe64fafd15f
Fix redirect error

Python bug (http://bugs.python.org/issue1927) causes raw_input to be redirected improperly between stdin/stderr on Unix systems if readline is not initialised first.
electrum