From 350be1288e225fc205afd5fe762e1b3d44b89b30 Mon Sep 17 00:00:00 2001 From: pombredanne Date: Wed, 2 Jan 2013 22:06:50 +0100 Subject: [PATCH] Added cygwin detection --- its.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its.py b/its.py index 92119e8..440fb98 100644 --- a/its.py +++ b/its.py @@ -75,7 +75,7 @@ linux = ('linux' in str(sys.platform).lower()) osx = ('darwin' in str(sys.platform).lower()) hpux = ('hpux' in str(sys.platform).lower()) # Complete guess. solaris = ('sunos' in str(sys.platform).lower()) - +cygwin = ('cygwin' in str(sys.platform).lower()) # --------- # Bitness