[bin/clonedeps] fix NameError (closes #2334080) stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 02 May 2012 10:12:02 +0200
branchstable
changeset 8380 b752df3e8596
parent 8379 1a3746ec4d65
child 8381 a682f5cb73f6
child 8395 41729460d8c3
[bin/clonedeps] fix NameError (closes #2334080)
bin/clone_deps.py
--- 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