index
:
bitmask_bundler.git
develop
feature/linux_bundle
feature/osx_bundle
feature/windows_support
[bitmask_bundler]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bundler
/
utils.py
blob: adb3fb290a37a6cd9662ae83bfe4f19bbfc5ca4c (
plain
)
1
2
3
4
import sys IS_MAC = sys.platform == "darwin" IS_WIN = sys.platform == "win32"