bin/clone_deps.py
branchstable
changeset 8380 b752df3e8596
parent 8345 c6c76bf518d1
equal deleted inserted replaced
8379:1a3746ec4d65 8380:b752df3e8596
     1 #!/usr/bin/python
     1 #!/usr/bin/python
     2 import sys
     2 import sys
     3 
     3 
     4 from subprocess import call as sbp_call, Popen, PIPE
     4 from subprocess import call as sbp_call, Popen, PIPE
     5 from urllib import urlopen
     5 from urllib import urlopen
       
     6 import os
     6 from os import path as osp, pardir, chdir
     7 from os import path as osp, pardir, chdir
     7 
     8 
     8 
     9 
     9 def find_mercurial():
    10 def find_mercurial():
    10     print "trying to find mercurial from the command line ..."
    11     print "trying to find mercurial from the command line ..."