##// END OF EJS Templates
wireprotoserver: add version to SSH protocol names (API)...
Gregory Szorc -
r36092:ac33dc94 default
parent child Browse files
Show More
@@ -367,7 +367,7 b' class sshv1protocolhandler(baseprotocolh'
367
367
368 @property
368 @property
369 def name(self):
369 def name(self):
370 return 'ssh'
370 return SSHV1
371
371
372 def getargs(self, args):
372 def getargs(self, args):
373 data = {}
373 data = {}
General Comments 0
You need to be logged in to leave comments. Login now