Show More
@@ -504,6 +504,9 class chgcmdserver(commandserver.server) | |||
|
504 | 504 | else: |
|
505 | 505 | self.cresult.write('\0') |
|
506 | 506 | |
|
507 | def runcommand(self): | |
|
508 | return super(chgcmdserver, self).runcommand() | |
|
509 | ||
|
507 | 510 | def setenv(self): |
|
508 | 511 | """Clear and update os.environ |
|
509 | 512 | |
@@ -522,6 +525,7 class chgcmdserver(commandserver.server) | |||
|
522 | 525 | capabilities.update({'attachio': attachio, |
|
523 | 526 | 'chdir': chdir, |
|
524 | 527 | 'getpager': getpager, |
|
528 | 'runcommand': runcommand, | |
|
525 | 529 | 'setenv': setenv, |
|
526 | 530 | 'setumask': setumask}) |
|
527 | 531 |
General Comments 0
You need to be logged in to leave comments.
Login now