summaryrefslogtreecommitdiff
path: root/bundler/depcollector.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/depcollector.py
parent5ca02d8996284daef716364d54e548b6190c3ef9 (diff)
Add Windows supportfeature/windows_support
Diffstat (limited to 'bundler/depcollector.py')
-rw-r--r--bundler/depcollector.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundler/depcollector.py b/bundler/depcollector.py
index 2f9864a..091b440 100644
--- a/bundler/depcollector.py
+++ b/bundler/depcollector.py
@@ -4,6 +4,7 @@ import errno
from distutils import dir_util, file_util
from modulegraph import modulegraph
+from utils import IS_WIN
def mkdir_p(path):