From 5cfc402640dab917284aecf1f6b6af4273d29c56 Mon Sep 17 00:00:00 2001 From: Tomas Touceda Date: Wed, 27 Nov 2013 21:43:47 +0100 Subject: Add Windows support --- bundler/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bundler/utils.py') 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" -- cgit v1.2.3