Beispiel #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
Beispiel #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
Beispiel #3
0
 def __init__(self, dirname):
     Command.__init__(self)
     self.new_directory = utils.quote_repopath(dirname)
Beispiel #4
0
 def __init__(self, dirname):
     Command.__init__(self)
     self.new_directory = utils.quote_repopath(dirname)