Esempio n. 1
0
 def __init__(self, exe, *args, **kwds):
     ProcessWrapper.__init__(self, exe, *args, **kwds)
     self.username = str()
     self.password = str()
     self.exception_class = SubversionClientException
Esempio n. 2
0
 def __init__(self, exe, *args, **kwds):
     ProcessWrapper.__init__(self, exe, *args, **kwds)
     self.username = str()
     self.password = str()
     self.exception_class = SubversionClientException