src/eric7/SystemUtilities/OSUtilities.py

branch
eric7
changeset 10339
446d22fa1aea
parent 10334
24300d16a154
child 10431
64157aeb0312
equal deleted inserted replaced
10338:7329b8d78f7b 10339:446d22fa1aea
50 @rtype bool 50 @rtype bool
51 """ 51 """
52 return sys.platform.startswith("linux") 52 return sys.platform.startswith("linux")
53 53
54 54
55 def isBsdPlatform(): 55 def isFreeBsdPlatform():
56 """ 56 """
57 Function to check, if this is a BSD (FreeBSD) platform. 57 Function to check, if this is a BSD (FreeBSD) platform.
58 58
59 @return flag indicating BSD platform 59 @return flag indicating BSD platform
60 @rtype bool 60 @rtype bool

eric ide

mercurial