Itay Brandes cf2b11eb09 _search_regex's "isatty" call fails with Py2exe's
_search_regex calls the sys.stderr.isatty() function for unix systems.

Py2exe uses a custom Stderr() stream which doesn't have an `isatty()`
function, leading to it's crash.

Fixes easily with checking that it's a unix system first.
2013-12-14 17:40:51 +02:00
..
2013-12-09 18:29:07 +01:00
2013-11-24 06:52:21 +01:00
2013-12-11 09:22:25 +01:00