Exemplo n.º 1
0
 def __init__(self, url, destdir, spawn=True):
     Command.__init__(self)
     self.url = url
     self.new_directory = utils.quote_repopath(destdir)
     self.spawn = spawn
Exemplo n.º 2
0
 def __init__(self, url, destdir, spawn=True):
     Command.__init__(self)
     self.url = url
     self.new_directory = utils.quote_repopath(destdir)
     self.spawn = spawn
Exemplo n.º 3
0
 def __init__(self, dirname):
     Command.__init__(self)
     self.new_directory = utils.quote_repopath(dirname)
Exemplo n.º 4
0
 def __init__(self, dirname):
     Command.__init__(self)
     self.new_directory = utils.quote_repopath(dirname)