Merge pull request #6 from pombredanne/master

Adding cygwin detection
This commit is contained in:
Kenneth Reitz
2013-03-06 10:04:04 -08:00
+1 -1
View File
@@ -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