mirror of
https://github.com/kennethreitz-archive/its.py.git
synced 2026-06-05 15:10:18 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user