summaryrefslogtreecommitdiff
path: root/bundler/utils.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-11-21 12:31:23 -0300
committerTomás Touceda <chiiph@leap.se>2013-11-22 11:08:48 -0300
commit870cc8d8d51c600d1b9faa0a2d6a5a9dba8b5354 (patch)
treec1ceeb3aefab8a13491401a2dd9f6708af498b61 /bundler/utils.py
parent9dcd4133733e09f487919e2b55d751040ac6d811 (diff)
Create bundler for OSXfeature/osx_bundle
Diffstat (limited to 'bundler/utils.py')
-rw-r--r--bundler/utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundler/utils.py b/bundler/utils.py
new file mode 100644
index 0000000..3852ee7
--- /dev/null
+++ b/bundler/utils.py
@@ -0,0 +1,3 @@
+import sys
+
+IS_MAC = sys.platform == "darwin"