bin/clone_deps.py
branchstable
changeset 8380 b752df3e8596
parent 8345 c6c76bf518d1
--- a/bin/clone_deps.py	Fri Apr 27 15:09:27 2012 +0200
+++ b/bin/clone_deps.py	Wed May 02 10:12:02 2012 +0200
@@ -3,6 +3,7 @@
 
 from subprocess import call as sbp_call, Popen, PIPE
 from urllib import urlopen
+import os
 from os import path as osp, pardir, chdir