summaryrefslogtreecommitdiff
path: root/bundler/utils.py
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-11-27 21:43:47 +0100
committerTomás Touceda <chiiph@leap.se>2013-11-28 14:20:09 -0300
commit5cfc402640dab917284aecf1f6b6af4273d29c56 (patch)
treee477017ff5ccb283d0f77cdbb74fa0e0ccea5e07 /bundler/utils.py
parent5ca02d8996284daef716364d54e548b6190c3ef9 (diff)
Add Windows supportfeature/windows_support
Diffstat (limited to 'bundler/utils.py')
-rw-r--r--bundler/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundler/utils.py b/bundler/utils.py
index 3852ee7..adb3fb2 100644
--- a/bundler/utils.py
+++ b/bundler/utils.py
@@ -1,3 +1,4 @@
import sys
IS_MAC = sys.platform == "darwin"
+IS_WIN = sys.platform == "win32"