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 |