zulip/frontend_tests/casperjs/bin
Eklavya Sharma e0dbaf1031 Use universal_newlines=True in subprocess.check_output.
In python 3, subprocess uses bytes for input and output if
universal_newlines=False (the default).  It uses str for input and
output if universal_newlines=True.

Since we mostly deal with strings, add universal_newlines=True to
subprocess.check_output.
2016-07-26 12:06:41 -07:00
..
bootstrap.js Move frontend tests out of zerver/tests/. 2015-10-28 10:11:47 -07:00
casperjs Use universal_newlines=True in subprocess.check_output. 2016-07-26 12:06:41 -07:00
usage.txt Move frontend tests out of zerver/tests/. 2015-10-28 10:11:47 -07:00